Skip to content

Commit a55649b

Browse files
committed
make twine upload verbose
1 parent da8f8e9 commit a55649b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
make dist
4848
ls dist/
4949
tar tvf dist/cebra-*.tar.gz
50-
python3 -m twine upload --repository testpypi dist/*
50+
python3 -m twine upload --verbose --repository testpypi dist/*
5151
5252
- name: Build and publish to PyPI
5353
if: ${{ github.event_name == 'push' }}
@@ -58,4 +58,4 @@ jobs:
5858
make dist
5959
ls dist/
6060
tar tvf dist/cebra-*.tar.gz
61-
python3 -m twine upload dist/*
61+
python3 -m twine upload --verbose dist/*

0 commit comments

Comments
 (0)