Skip to content

Commit 870eb1a

Browse files
committed
Update release.yml
Skip existing dir in twine
1 parent 442e1ec commit 870eb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2525
run: |
2626
python setup.py sdist bdist_wheel
27-
twine upload dist/*
27+
twine upload --skip-existing dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "max@injectiveprotocol.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.5.6"
20+
VERSION = "0.5.5.7"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)