mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -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
|
||||
run: |
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
rm -Rf pip_dist/*.whl
|
||||
python3 setup.py \
|
||||
sdist --dist-dir=./pip_dist \
|
||||
bdist_wheel --dist-dir=./pip_dist \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue