Skip to content

Commit 29f9e1c

Browse files
committed
Shift back to PyPI because setuptools is not in test PyPI
1 parent 89da667 commit 29f9e1c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: Set up Python 3.9
15+
- name: Set up Python 3.8
1616
uses: actions/setup-python@v1
1717
with:
1818
python-version: 3.8
@@ -32,6 +32,4 @@ jobs:
3232
uses: pypa/gh-action-pypi-publish@master
3333
with:
3434
user: __token__
35-
# password: ${{ secrets.PYPI_API_TOKEN }}
36-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37-
repository_url: https://test.pypi.org/legacy/
35+
password: ${{ secrets.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.0a00"
3+
__version__ = "0.0.0a01"

0 commit comments

Comments
 (0)