Skip to content

Commit 0ccb286

Browse files
committed
Use twine from tox venv
Signed-off-by: Nicolas Bock <[email protected]>
1 parent a67e498 commit 0ccb286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3838
run: |
3939
tox -e pypi
40-
twine upload .tox/pypi/dist/*
40+
.tox/pypi/bin/twine upload .tox/pypi/dist/*

0 commit comments

Comments
 (0)