Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mit lite #101

Merged
merged 16 commits into from
Feb 6, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-pkg-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build binary wheel and a source tarball
run: |
python setup.py install
python setup.py sdist bdist_wheel
python setup.py bdist_wheel
- run: echo 'Tests successful. Publishing to PyPI now.'
- name: Build app (Ubuntu / macOS)
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
pip install -r requirements.txt
- name: Build binary wheel and a source tarball
run: |
python -m build
python setup.py install
python setup.py bdist_wheel
- run: echo 'Tests successful. Publishing to PyPI now.'
- name: Build app for PyPI (Ubuntu)
env:
Expand Down
Loading