Skip to content

Commit

Permalink
Merge pull request #432 from webknjaz/maintenance/gha-pypi-token-secr…
Browse files Browse the repository at this point in the history
…et-name
  • Loading branch information
webknjaz authored Nov 10, 2022
2 parents 94b8250 + f29cd3d commit 1c36b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ jobs:
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
publish-testpypi:
name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
Expand Down

0 comments on commit 1c36b8b

Please sign in to comment.