We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8f8e9 commit a55649bCopy full SHA for a55649b
1 file changed
.github/workflows/release-pypi.yml
@@ -47,7 +47,7 @@ jobs:
47
make dist
48
ls dist/
49
tar tvf dist/cebra-*.tar.gz
50
- python3 -m twine upload --repository testpypi dist/*
+ python3 -m twine upload --verbose --repository testpypi dist/*
51
52
- name: Build and publish to PyPI
53
if: ${{ github.event_name == 'push' }}
@@ -58,4 +58,4 @@ jobs:
58
59
60
61
- python3 -m twine upload dist/*
+ python3 -m twine upload --verbose dist/*
0 commit comments