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.
1 parent 08b300f commit 7b4d85fCopy full SHA for 7b4d85f
.github/workflows/pypi_upload.yml
@@ -47,6 +47,7 @@ jobs:
47
env:
48
CIBW_BUILD_VERBOSITY: 1
49
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
50
+ CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
51
52
steps:
53
- name: Check out the repo
0 commit comments