Skip to content

Commit

Permalink
ci: Clear dist dir before building Python dist packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 12, 2024
1 parent 01b3f09 commit 08ad0f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Build Python distribution packages
run: |
rm -rf dist/*
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}
Expand Down

0 comments on commit 08ad0f9

Please sign in to comment.