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 d028ca5 commit 3ef156cCopy full SHA for 3ef156c
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
strategy:
45
matrix:
46
- python-version: [3.9]
+ python-version: [3.11]
47
needs: [create-draft-release]
48
steps:
49
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
0 commit comments