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 0786c75 commit ef2942cCopy full SHA for ef2942c
.github/workflows/wheels-linux.yml
@@ -54,7 +54,7 @@ jobs:
54
submodules: true
55
- uses: actions/setup-python@v4
56
with:
57
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.python }}
58
- name: Set Numpy version
59
run: echo "BUILD_DEPENDS=$(./get_numpy_version.py)" >> $GITHUB_ENV
60
- name: Build Wheel
.github/workflows/wheels-windows.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
- python-version: "3.x"
40
41
run: .github/workflows/build.ps1
42
- uses: actions/upload-artifact@v3
0 commit comments