Skip to content

Commit 050046c

Browse files
committed
fix: adjust nox session command in testpypi publish step
1 parent f5a057a commit 050046c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
TWINE_USERNAME: __token__
7474
TWINE_PASSWORD: {{"${{ secrets.TESTPYPI_API_TOKEN }}"}}
75-
run: uvx nox -s publish-package -- --repository testpypi
75+
run: uvx nox -s publish-python -- --repository testpypi
7676

7777
publish_pypi_and_github:
7878
name: Publish to Production PyPI and GitHub

0 commit comments

Comments
 (0)