Skip to content

Commit be3211b

Browse files
committed
revision = v3.0.1
1 parent 5283a97 commit be3211b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
4949
CIBW_SKIP: "*-win32 *i686 pp3*"
50-
# CIBW_SKIP: "*-win32 *i686 pp3* *-musllinux_*"
5150
CIBW_BUILD_FRONTEND: build
5251
CIBW_BUILD_VERBOSITY: 1
5352
CIBW_TEST_REQUIRES: pytest scipy

subprojects/odrpack95.wrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[wrap-git]
22
url = https://github.com/HugoMVale/odrpack95.git
3-
# revision = v3.0.1
4-
revision = HEAD
3+
revision = v3.0.1
4+
# revision = HEAD
55
depth = 1
66

77
[provide]

0 commit comments

Comments
 (0)