Skip to content

Commit 56b93cd

Browse files
committed
Update tox
1 parent 44d95ac commit 56b93cd

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}

tox.ini

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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]
249236
description = Release the code to PyPI so users can pip install it, using credentials from the environment.
250237
skip_install = true

0 commit comments

Comments
 (0)