Skip to content

Commit 18c7f36

Browse files
committed
Push tags to test pypi
1 parent cc6fd76 commit 18c7f36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
uses: pypa/gh-action-pypi-publish@master
3232
with:
3333
user: __token__
34-
password: ${{ secrets.PYPI_API_TOKEN }}
34+
# password: ${{ secrets.PYPI_API_TOKEN }}
35+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a0"
3+
__version__ = "0.0.0a00"

0 commit comments

Comments
 (0)