Skip to content

Commit

Permalink
fixed ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannaz committed Mar 31, 2023
1 parent 11ebb77 commit 3c1d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install build
# Test PyPI
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@testing-github-actions-to-publish-to-pypi
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 3c1d328

Please sign in to comment.