Skip to content

Commit 24cd9db

Browse files
committed
Automate build and release
1 parent 7523643 commit 24cd9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install setuptools wheel
2828
- name: build
2929
run: |
30-
python -m build
30+
python setup.py build
3131
- name: package
3232
run: |
3333
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)