We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85977e commit 7b99d7bCopy full SHA for 7b99d7b
1 file changed
.github/workflows/wheels.yaml
@@ -1,6 +1,8 @@
1
name: Wheels
2
3
on:
4
+ workflow_dispatch:
5
+
6
schedule:
7
- cron: "0 4 * * *" # every day at 4am UTC
8
@@ -229,7 +231,7 @@ jobs:
229
231
230
232
upload-pypi:
233
name: Upload wheels to PyPI
- needs: [sdist, wheels, check-wheels-size]
234
+ needs: [ sdist, wheels, check-wheels-size ]
235
runs-on: ubuntu-latest
236
if: github.event_name == 'release' && github.event.action == 'published'
237
@@ -251,7 +253,7 @@ jobs:
251
253
252
254
publish-docker:
255
name: Publish Docker image
- needs: [upload-pypi]
256
+ needs: [ upload-pypi ]
257
258
permissions:
259
contents: read
0 commit comments