Skip to content

Commit d3f57e0

Browse files
committed
Allow to manually dispatch ci workflow + update some dependent actions
1 parent 3ff493f commit d3f57e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

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

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build_wheels:
@@ -30,6 +30,6 @@ jobs:
3030
CIBW_TEST_SKIP: "*_arm64"
3131
CIBW_TEST_COMMAND: python {package}/tests/test_jenks.py
3232

33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)