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 f513255 commit a98f2e3Copy full SHA for a98f2e3
{{cookiecutter.project_name}}/.github/workflows/release-python.yml
@@ -70,8 +70,7 @@ jobs:
70
71
- name: Publish to TestPyPI
72
env:
73
- TWINE_USERNAME: __token__
74
- TWINE_PASSWORD: {{"${{ secrets.TESTPYPI_API_TOKEN }}"}}
+ UV_PUBLISH_TOKEN: {{"${{ secrets.TESTPYPI_API_TOKEN }}"}}
75
run: uvx nox -s publish-python -- --index testpypi
76
77
publish_pypi_and_github:
@@ -104,8 +103,7 @@ jobs:
104
103
105
- name: Publish to PyPI
106
107
108
- TWINE_PASSWORD: {{ "${{ secrets.PYPI_API_TOKEN }}" }}
+ UV_PUBLISH_TOKEN: {{ "${{ secrets.PYPI_API_TOKEN }}" }}
109
run: uvx nox -s publish-python
110
111
- name: Publish to GitHub
0 commit comments