We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a057a commit 050046cCopy full SHA for 050046c
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -72,7 +72,7 @@ jobs:
72
env:
73
TWINE_USERNAME: __token__
74
TWINE_PASSWORD: {{"${{ secrets.TESTPYPI_API_TOKEN }}"}}
75
- run: uvx nox -s publish-package -- --repository testpypi
+ run: uvx nox -s publish-python -- --repository testpypi
76
77
publish_pypi_and_github:
78
name: Publish to Production PyPI and GitHub
0 commit comments