From 92da3014d01ed337a002b696b949b04dbccc68c7 Mon Sep 17 00:00:00 2001 From: Sejin Kim <40668167+skim2257@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:56:47 -0500 Subject: [PATCH] Mit lite (#99) * 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 --- .github/workflows/build-pkg-manual.yml | 2 +- .github/workflows/build-pkg.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pkg-manual.yml b/.github/workflows/build-pkg-manual.yml index 5b03e81..8e920cf 100644 --- a/.github/workflows/build-pkg-manual.yml +++ b/.github/workflows/build-pkg-manual.yml @@ -25,6 +25,6 @@ jobs: - run: echo 'Tests successful. Publishing to PyPI now.' - name: Build app (Ubuntu / macOS) env: - USERNAME: ${{ secrets.pypi_username }} + USERNAME: ${{ secrets.pypi_token }} KEY: ${{ secrets.pypi_api }} run: python -m twine upload --skip-existing -u $USERNAME -p $KEY dist/* diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml index 977bde0..b9e2c94 100644 --- a/.github/workflows/build-pkg.yml +++ b/.github/workflows/build-pkg.yml @@ -26,6 +26,6 @@ jobs: - run: echo 'Tests successful. Publishing to PyPI now.' - name: Build app (Ubuntu / macOS) env: - USERNAME: ${{ secrets.pypi_username }} + USERNAME: ${{ secrets.pypi_token }} KEY: ${{ secrets.pypi_api }} run: python -m twine upload --skip-existing -u $USERNAME -p $KEY dist/*