mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 15:54:36 +02:00
clear previous build wheels before building in CI
This commit is contained in:
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 \
|
||||
|
Reference in New Issue
Block a user