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 89da667 commit 29f9e1cCopy full SHA for 29f9e1c
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v1
15
- - name: Set up Python 3.9
+ - name: Set up Python 3.8
16
uses: actions/setup-python@v1
17
with:
18
python-version: 3.8
@@ -32,6 +32,4 @@ jobs:
32
uses: pypa/gh-action-pypi-publish@master
33
34
user: __token__
35
- # password: ${{ secrets.PYPI_API_TOKEN }}
36
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.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.0a00"
+__version__ = "0.0.0a01"
0 commit comments