We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4addf commit 4308c4fCopy full SHA for 4308c4f
.github/workflows/build_wheel.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
- name: Install Python
34
uses: actions/setup-python@v4
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
- name: Build wheel
83
run: |
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
@@ -192,7 +192,7 @@ jobs:
192
193
194
195
196
197
- uses: actions/download-artifact@v3
198
with:
0 commit comments