We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54cc84 commit 19e6491Copy full SHA for 19e6491
.github/workflows/pypi_publish.yml
@@ -12,14 +12,14 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
16
uses: actions/setup-python@v2
17
with:
18
- python-version: 3.8
+ python-version: 3.9
19
- name: Install build dependencies
20
run: |
21
python -m pip install pip
22
- pip install setuptools build wheel twine
+ pip install setuptools wheel twine
23
- name: Build and publish
24
env:
25
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments