Skip to content

Commit

Permalink
correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Jan 7, 2025
1 parent 079e1ae commit 437ea7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ jobs:
--outdir dist/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.PYPI_TEST_API_TOKEN }}

0 comments on commit 437ea7c

Please sign in to comment.