We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6114f8a commit 1a6d793Copy full SHA for 1a6d793
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: ["3.12.0"]
+ python-version: ["3.11.0"]
33
34
steps:
35
- uses: actions/checkout@v4
.github/workflows/test-release.yml
@@ -3,7 +3,7 @@ name: Publish Package to Test PyPi
3
on:
4
create:
5
tags:
6
- - v*
+ - 'v*'
7
8
jobs:
9
build-external-worker-client:
0 commit comments