mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-22 01:34:25 -05:00
[F] Fix deploy script
This commit is contained in:
parent
3e8c103479
commit
7e59c362be
|
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Stop on error
|
||||
set -e
|
||||
|
||||
# Remove old build
|
||||
rm -rf ../dist/*
|
||||
rm -rf ../build/*
|
||||
|
||||
# Build
|
||||
cd ..
|
||||
python setup.py sdist bdist_wheel
|
||||
|
|
@ -4,11 +4,10 @@
|
|||
set -e
|
||||
|
||||
# Remove old build
|
||||
rm -rf ../dist/*
|
||||
rm -rf ../build/*
|
||||
rm -rf dist/*
|
||||
rm -rf build/*
|
||||
|
||||
# Build
|
||||
cd ..
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
# Check built files
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user