File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 tox -e bumpversion-release
3131 - name : Release to PyPI
3232 run : |
33- tox -e release-headless
33+ tox -e release-via-env
3434 env :
3535 UV_PUBLISH_USERNAME : ${{ secrets.PYPI_USERNAME }}
3636 UV_PUBLISH_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change @@ -232,19 +232,6 @@ commands =
232232 {[testenv:build]commands}
233233 uv publish --username __token__ --keyring-provider subprocess --publish-url https://upload.pypi.org/legacy/
234234
235- [testenv:release-headless]
236- description = Release the code to PyPI so users can pip install it, using credentials from the environment.
237- skip_install = true
238- deps =
239- {[testenv:build]deps}
240- uv
241- commands =
242- {[testenv:build]commands}
243- uv publish --publish-url https://upload.pypi.org/legacy/
244- passenv =
245- UV_PUBLISH_USERNAME
246- UV_PUBLISH_PASSWORD
247-
248235[testenv:release-via-env]
249236description = Release the code to PyPI so users can pip install it, using credentials from the environment.
250237skip_install = true
You can’t perform that action at this time.
0 commit comments