We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d4cf4 commit eff7cd2Copy full SHA for eff7cd2
1 file changed
.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
117
contents: write
118
pull-requests: write
119
needs:
120
- - check-tag
+ #- check-tag
121
- determine-run-id
122
secrets: inherit
123
uses: ./.github/workflows/build-docs.yml
@@ -133,7 +133,7 @@ jobs:
133
permissions:
134
135
136
137
138
139
uses: ./.github/workflows/release-upload.yml
@@ -146,7 +146,7 @@ jobs:
146
name: Publish wheels
147
runs-on: ubuntu-latest
148
149
150
151
environment:
152
name: ${{ inputs.wheel-dst }}
0 commit comments