Skip to content

Commit

Permalink
ci: Push tagged gattlib to Pypi repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Feb 22, 2024
1 parent 01ea87a commit ebd163f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- generate-python-binary-packages
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/gattlib-py # Replace <package-name> with your PyPI project name
name: pypi
url: https://pypi.org/p/gattlib-py # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -80,5 +80,3 @@ jobs:
ls dist/*
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit ebd163f

Please sign in to comment.