We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7193a4 commit 254e6a5Copy full SHA for 254e6a5
.github/workflows/pkg_release.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
name: Build package
19
runs-on: ubuntu-latest
20
- if: ${{ startsWith(github.ref_name, 'v0') }}
+ if: ${{ startsWith(github.ref_name, 'v3') }}
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Python
0 commit comments