From e378eea0d446aa7271f3438ca644a15e8e5cb489 Mon Sep 17 00:00:00 2001 From: Sejin Kim <40668167+skim2257@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:54:02 -0500 Subject: [PATCH] Mit lite (#101) * 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 --- .github/workflows/build-pkg-manual.yml | 2 +- .github/workflows/build-pkg.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pkg-manual.yml b/.github/workflows/build-pkg-manual.yml index 8e920cf..9b62f94 100644 --- a/.github/workflows/build-pkg-manual.yml +++ b/.github/workflows/build-pkg-manual.yml @@ -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: diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml index f2359af..c831a5d 100644 --- a/.github/workflows/build-pkg.yml +++ b/.github/workflows/build-pkg.yml @@ -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: