Skip to content

Commit

Permalink
Mit lite (#101)
Browse files Browse the repository at this point in the history
* Detached branch (#94)

* v1.2.0 for lighter install.

* update main-ci.yml

* fixed test_dataset

* added zipfile and request

* added torch and torchio

* added missing dep in main-ci

* Detached branch (#94)

* v1.2.0 for lighter install.

* update main-ci.yml

* fixed test_dataset

* updated PyPI push with API key

* build-pkg pls work

* pypi changes

* no egg please

* hm
  • Loading branch information
skim2257 committed Feb 6, 2024
1 parent 3df6f2c commit e378eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit e378eea

Please sign in to comment.