Skip to content

Commit 8eb4049

Browse files
authored
Update python in release pipelines (#16)
1 parent 8464d6c commit 8eb4049

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Set up Python 3.8
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.8
15+
python-version: 3.9
1616
- name: Install pypa/build
1717
run: >-
1818
python -m

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Set up Python 3.8
13+
- name: Set up Python 3.9
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: 3.9
1717
- name: Install pypa/build
1818
run: >-
1919
python -m
@@ -31,9 +31,4 @@ jobs:
3131
uses: pypa/gh-action-pypi-publish@master
3232
with:
3333
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
34-
repository_url: https://test.pypi.org/legacy/
35-
# - name: Publish distribution 📦 to PyPI
36-
# if: startsWith(github.ref, 'refs/tags')
37-
# uses: pypa/gh-action-pypi-publish@master
38-
# with:
39-
# password: ${{ secrets.PYPI_API_TOKEN }}
34+
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)