Skip to content

Commit

Permalink
Fix GHA warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 17, 2023
1 parent 92f5eec commit f7f0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-package.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

# Upload to real PyPI on GitHub Releases.
release-pypi:
Expand Down

0 comments on commit f7f0bf4

Please sign in to comment.