Skip to content

Commit 7b99d7b

Browse files
committed
manual dispatch
1 parent c85977e commit 7b99d7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Wheels
22

33
on:
4+
workflow_dispatch:
5+
46
schedule:
57
- cron: "0 4 * * *" # every day at 4am UTC
68

@@ -229,7 +231,7 @@ jobs:
229231
230232
upload-pypi:
231233
name: Upload wheels to PyPI
232-
needs: [sdist, wheels, check-wheels-size]
234+
needs: [ sdist, wheels, check-wheels-size ]
233235
runs-on: ubuntu-latest
234236
if: github.event_name == 'release' && github.event.action == 'published'
235237

@@ -251,7 +253,7 @@ jobs:
251253

252254
publish-docker:
253255
name: Publish Docker image
254-
needs: [upload-pypi]
256+
needs: [ upload-pypi ]
255257
runs-on: ubuntu-latest
256258
permissions:
257259
contents: read

0 commit comments

Comments
 (0)