Skip to content

Commit

Permalink
fix home
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 23, 2024
1 parent 569b42a commit d23b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
source $HOME/.cargo/env
export PATH="/opt/python/cp38-cp38/bin/:$PATH"
export PKG_CONFIG_PATH="./vcpkg/installed/x64-linux/lib/pkgconfig/:$PKG_CONFIG_PATH"
python -m maturin build --strip --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o dist
python -m maturin build --strip --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o dist -m python/proj/Cargo.toml
- name: List wheels
run: find ./dist
Expand Down

0 comments on commit d23b46f

Please sign in to comment.