We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442e1ec commit 870eb1aCopy full SHA for 870eb1a
.github/workflows/release.yml
@@ -24,4 +24,4 @@ jobs:
24
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
25
run: |
26
python setup.py sdist bdist_wheel
27
- twine upload dist/*
+ twine upload --skip-existing dist/*
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "max@injectiveprotocol.com"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.5.6"
+VERSION = "0.5.5.7"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments