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.
2 parents 12e6541 + 777018a commit b22cd30Copy full SHA for b22cd30
.github/workflows/publish.yml
@@ -51,6 +51,7 @@ jobs:
51
package-dir: ./light-curve
52
env:
53
CIBW_SKIP: "*-musllinux_i686 pp39-*" # rustup doesn't install i686-musl, pyO3<0.16 doesn't support pypy3.9
54
+ CIBW_BUILD_VERBOSITY: "3"
55
56
- name: Upload wheels as artifacts
57
uses: actions/upload-artifact@v3
light-curve/pyproject.toml
@@ -64,6 +64,7 @@ test-requires = [
64
[tool.cibuildwheel.environment]
65
PATH = "$PATH:$HOME/.cargo/bin"
66
GSL_VERSION = "2.7" # used in manylinux only
67
+CARGO_NET_GIT_FETCH_WITH_CLI = "true" # Solves the issue with OOM in QEMU during crate.io index fetching
68
69
[tool.cibuildwheel.macos]
70
before-all = [
0 commit comments