Skip to content

Commit 51bc90c

Browse files
committed
Use makefile to generate the dist
1 parent 48e87ff commit 51bc90c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
python setup.py sdist bdist_wheel
31-
twine upload dist/*
30+
make clean_dist
31+
make build_dist
32+
make check_dist
33+
make upload_dist

0 commit comments

Comments
 (0)