Skip to content

Commit

Permalink
Automate build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Jul 24, 2024
1 parent 7523643 commit 24cd9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install setuptools wheel
- name: build
run: |
python -m build
python setup.py build
- name: package
run: |
python setup.py sdist bdist_wheel

0 comments on commit 24cd9db

Please sign in to comment.