We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b423bdf + 6eb945e commit dbd2ca3Copy full SHA for dbd2ca3
1 file changed
.github/workflows/ci.yml
@@ -103,10 +103,10 @@ jobs:
103
runs-on: ubuntu-latest
104
steps:
105
- uses: actions/checkout@v2
106
- - name: Set up Python 3.7
+ - name: Set up Python 3.9
107
uses: actions/setup-python@v1
108
with:
109
- python-version: 3.7
+ python-version: 3.9
110
- name: Build source tarball
111
run: python setup.py sdist
112
- name: Publish package
0 commit comments