Skip to content

Commit 2b1ff0a

Browse files
set CIBW_ENVIRONMENT_LINUX=true (#156)
* attempt to fix #154 * try setting source * Update .github/workflows/ci.yml Co-authored-by: messense <messense@icloud.com> * fix CIBW_ENVIRONMENT_LINUX * fix CIBW_ENVIRONMENT_LINUX, take 2 * repair for merge Co-authored-by: messense <messense@icloud.com>
1 parent d83f822 commit 2b1ff0a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu, macos, windows]
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11']
18+
python-version:
19+
- '3.7'
20+
- '3.8'
21+
- '3.9'
22+
- '3.10'
23+
# - '3.11.0-alpha - 3.11'
1924

2025
runs-on: ${{ matrix.os }}-latest
2126

@@ -138,7 +143,6 @@ jobs:
138143
build py3.${{ matrix.python-version }} on ${{ matrix.platform || matrix.os }}
139144
(${{ matrix.alt_arch_name || matrix.arch }})
140145
needs: [test, lint]
141-
# if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')"
142146
strategy:
143147
fail-fast: false
144148
matrix:
@@ -234,6 +238,7 @@ jobs:
234238
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
235239
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_1
236240
CIBW_BEFORE_BUILD: rustup show
241+
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_NET_GIT_FETCH_WITH_CLI="true"'
237242
CIBW_BEFORE_BUILD_LINUX: >
238243
curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
239244
rustup show

0 commit comments

Comments
 (0)