We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5283a97 commit be3211bCopy full SHA for be3211b
.github/workflows/build-wheels.yml
@@ -47,7 +47,6 @@ jobs:
47
env:
48
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49
CIBW_SKIP: "*-win32 *i686 pp3*"
50
- # CIBW_SKIP: "*-win32 *i686 pp3* *-musllinux_*"
51
CIBW_BUILD_FRONTEND: build
52
CIBW_BUILD_VERBOSITY: 1
53
CIBW_TEST_REQUIRES: pytest scipy
subprojects/odrpack95.wrap
@@ -1,7 +1,7 @@
1
[wrap-git]
2
url = https://github.com/HugoMVale/odrpack95.git
3
-# revision = v3.0.1
4
-revision = HEAD
+revision = v3.0.1
+# revision = HEAD
5
depth = 1
6
7
[provide]
0 commit comments