Skip to content

Commit

Permalink
added back username/token for publishing to PyPi as trusted publisher…
Browse files Browse the repository at this point in the history
… seems not to be supported by PyPi yet. ref: pypa/gh-action-pypi-publish#166
  • Loading branch information
puckdoug committed May 11, 2024
1 parent b10ad41 commit 6d2f3eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_publish.yml
Expand Up @@ -49,3 +49,6 @@ jobs:
name: artifact
path: ./dist/
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6d2f3eb

Please sign in to comment.