Skip to content

Commit

Permalink
trust publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Jul 6, 2024
1 parent e61a96c commit 0b1a20b
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 @@ -98,8 +98,6 @@ jobs:
- name: Upload to Test PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }}
skip-existing: true
repository-url: https://test.pypi.org/legacy/

Expand All @@ -124,6 +122,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip-existing: true

0 comments on commit 0b1a20b

Please sign in to comment.