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 aa34045 commit 65d096fCopy full SHA for 65d096f
.github/workflows/build_wheel.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
33
- name: Install Python
34
uses: actions/setup-python@v4
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
- name: Build wheel
85
run: |
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
@@ -191,7 +191,7 @@ jobs:
191
192
193
194
195
196
- uses: actions/download-artifact@v4
197
with:
0 commit comments