Skip to content

Commit

Permalink
ci: switch to trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 6, 2024
1 parent 1673d33 commit 24ff273
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: 📦 Publish to index
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.testpypi_password }}
repository_url: https://test.pypi.org/legacy/

publish-on-pypi:
Expand All @@ -77,5 +76,3 @@ jobs:
path: dist
- name: 📦 Publish to index
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit 24ff273

Please sign in to comment.