Skip to content

Commit a867556

Browse files
fix: install rust
1 parent c166819 commit a867556

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build_for_pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: |
5656
echo "sdist_filename=$(ls dist/)" >> "${GITHUB_OUTPUT}"
5757
shell: bash
58+
- name: Setup Rust
59+
uses: actions-rust-lang/setup-rust-toolchain@v1
5860
- name: Build wheels
5961
uses: pypa/[email protected]
6062
with:

pyproject.toml

-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ packages = ["codecov_cli"]
4444
skip = "pp*"
4545
test-command = "codecovcli --help"
4646

47-
[[tool.cibuildwheel.overrides]]
48-
select = "cp313*"
49-
before-test = [
50-
"curl https://sh.rustup.rs -sSf | sh -s -- -y",
51-
". \"$HOME/.cargo/env\"",
52-
]
53-
5447
[tool.cibuildwheel.config-settings]
5548
pure-python = "false"
5649

0 commit comments

Comments
 (0)