We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea51298 commit 2b7de8bCopy full SHA for 2b7de8b
1 file changed
.github/workflows/ci.yml
@@ -84,4 +84,4 @@ jobs:
84
TWINE_USERNAME: __token__
85
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
86
run: |
87
- twine upload dist/*
+ twine upload dist/* || true
0 commit comments