Skip to content

Commit

Permalink
Mit lite (#100)
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
  • Loading branch information
skim2257 authored Feb 6, 2024
1 parent 92da301 commit 3df6f2c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest setuptools wheel twine
python -m pip install flake8 pytest setuptools wheel twine build
pip install -e .
pip install -r requirements.txt
- name: Build binary wheel and a source tarball
run: |
python setup.py install
python setup.py sdist bdist_wheel
python -m build
- run: echo 'Tests successful. Publishing to PyPI now.'
- name: Build app (Ubuntu / macOS)
- name: Build app for PyPI (Ubuntu)
env:
USERNAME: ${{ secrets.pypi_token }}
KEY: ${{ secrets.pypi_api }}
Expand Down

0 comments on commit 3df6f2c

Please sign in to comment.