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 cc6fd76 commit 18c7f36Copy full SHA for 18c7f36
.github/workflows/publish.yml
@@ -31,4 +31,5 @@ jobs:
31
uses: pypa/gh-action-pypi-publish@master
32
with:
33
user: __token__
34
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # password: ${{ secrets.PYPI_API_TOKEN }}
35
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
openlayer/version.py
@@ -1,3 +1,3 @@
1
# Define the SDK version here so that the interal package can have access to this value.
2
# See https://stackoverflow.com/questions/2058802
3
-__version__ = "0.0.0a0"
+__version__ = "0.0.0a00"
0 commit comments