Skip to content

Commit 2b7de8b

Browse files
committed
fix pipeline
1 parent ea51298 commit 2b7de8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
TWINE_USERNAME: __token__
8585
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
8686
run: |
87-
twine upload dist/*
87+
twine upload dist/* || true

0 commit comments

Comments
 (0)