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 8e029ed commit a24da76Copy full SHA for a24da76
.github/workflows/tag_and_publish.yaml
@@ -29,10 +29,10 @@ jobs:
29
uses: actions/checkout@v3
30
with:
31
ref: ${{ needs.tag-release.outputs.version}}
32
- - name: Set up Python 3.7
+ - name: Set up Python 3.8
33
uses: actions/setup-python@v3
34
35
- python-version: "3.7"
+ python-version: "3.8"
36
- name: Install pypa/build
37
run: python -m pip install build --user
38
- name: Build sdist and wheel
VERSION
@@ -1 +1 @@
1
-1!10.7.0
+1!10.7.1
0 commit comments