Skip to content

Commit

Permalink
Remove explicit password fields in PyPI GitHub Actions workflow, adju…
Browse files Browse the repository at this point in the history
…st TestPyPI repository URL configuration
  • Loading branch information
zerafachris committed Apr 28, 2024
1 parent 8f2d185 commit ffaf395
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi_release_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

github-release:
name: >-
Expand Down Expand Up @@ -122,5 +120,4 @@ jobs:
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/

0 comments on commit ffaf395

Please sign in to comment.