Skip to content

Commit

Permalink
update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed May 25, 2024
1 parent fb49b59 commit eaf95c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all:
@echo nothing special

clean:
rm -rf build dist src site wheelhouse *.egg-info
rm -rf build dist cubao_headers site wheelhouse *.egg-info
force_clean:
docker run --rm -v `pwd`:`pwd` -w `pwd` -it alpine/make make clean
.PHONY: clean force_clean
Expand All @@ -15,3 +15,8 @@ package:
mkdir -p cubao_headers
cp -rf include cubao_headers
python3 build.py > setup.py
python3 setup.py sdist

upload:
python3 -m pip install twine
twine upload dist/cubao_headers-*.tar.gz -r pypi

0 comments on commit eaf95c1

Please sign in to comment.