Skip to content

Commit

Permalink
Merge: Remove token from publishing pipelines (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz authored Sep 3, 2024
2 parents 1e387b0 + 978746d commit e98b63d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_TOKEN }}

# Upload to real PyPI on GitHub Releases.
release-pypi:
Expand All @@ -84,5 +83,3 @@ jobs:
path: dist
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e98b63d

Please sign in to comment.