Skip to content

Commit

Permalink
ci: used trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 6, 2024
1 parent a7d5caa commit 588ea8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
path: dist
- name: 📦 Publish to index
uses: pypa/gh-action-pypi-publish@release/v1
continue-on-error: true
with:
password: ${{ secrets.testpypi_password }}
repository-url: https://test.pypi.org/legacy/

publish-on-pypi:
Expand All @@ -76,5 +74,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 588ea8d

Please sign in to comment.