Skip to content

Commit 19e6491

Browse files
committed
Upgraded Python to 3.9 for PyPi CI deployment. Released v0.3.3.
1 parent c54cc84 commit 19e6491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.9
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919
- name: Install build dependencies
2020
run: |
2121
python -m pip install pip
22-
pip install setuptools build wheel twine
22+
pip install setuptools wheel twine
2323
- name: Build and publish
2424
env:
2525
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)