Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
package-dir: ./light-curve
env:
CIBW_SKIP: "*-musllinux_i686 pp39-*" # rustup doesn't install i686-musl, pyO3<0.16 doesn't support pypy3.9
CIBW_BUILD_VERBOSITY: "3"

- name: Upload wheels as artifacts
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions light-curve/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test-requires = [
[tool.cibuildwheel.environment]
PATH = "$PATH:$HOME/.cargo/bin"
GSL_VERSION = "2.7" # used in manylinux only
CARGO_NET_GIT_FETCH_WITH_CLI = "true" # Solves the issue with OOM in QEMU during crate.io index fetching

[tool.cibuildwheel.macos]
before-all = [
Expand Down