We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0893684 commit bebcf1eCopy full SHA for bebcf1e
.github/workflows/publish.yml
@@ -28,10 +28,10 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v2
31
- - name: Setup Python 3.10
+ - name: Setup Python 3.9
32
uses: actions/setup-python@v2
33
with:
34
- python-version: 3.10
+ python-version: 3.9
35
- name: Install dependencies
36
run: python3 -m pip install -r requirements.txt
37
- name: Publish package to PyPI
0 commit comments