Skip to content

Commit

Permalink
Use python -m build to build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Aug 8, 2023
1 parent 5c18ae9 commit 06c871d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
export PATH=${HOME}/bin:${HOME}/.local/bin:${PATH}
export LD_LIBRARY_PATH=${HOME}/lib/$(uname -m)-linux-gnu:${HOME}/lib:${HOME}/lib64:${LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=${HOME}/lib/pkgconfig:${HOME}/lib/$(uname -m)-linux-gnu/pkgconfig:${PKG_CONFIG_PATH}
python3 setup.py sdist bdist_wheel
python3 -m pip install build
python3 -m build
working-directory: python

- name: Publish Python package to pypi
Expand Down

0 comments on commit 06c871d

Please sign in to comment.