mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 11:17:02 -04:00
clear previous build wheels before building in CI
This commit is contained in:
parent
db1f9b759e
commit
7de7ff9a54
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pip.yml
vendored
1
.github/workflows/pip.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
- name: Build Python Package
|
- name: Build Python Package
|
||||||
run: |
|
run: |
|
||||||
pip3 install --upgrade pip setuptools wheel
|
pip3 install --upgrade pip setuptools wheel
|
||||||
|
rm -Rf pip_dist/*.whl
|
||||||
python3 setup.py \
|
python3 setup.py \
|
||||||
sdist --dist-dir=./pip_dist \
|
sdist --dist-dir=./pip_dist \
|
||||||
bdist_wheel --dist-dir=./pip_dist \
|
bdist_wheel --dist-dir=./pip_dist \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue