Skip to content

Commit

Permalink
Configure trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwei-dev committed Sep 14, 2023
1 parent 93d7591 commit b9acf29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
- name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/

publish-pypi:
Expand All @@ -95,5 +94,3 @@ jobs:
path: dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b9acf29

Please sign in to comment.