Skip to content

Commit

Permalink
Mit lite (#99)
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
  • Loading branch information
skim2257 committed Feb 6, 2024
1 parent 7dfca09 commit 92da301
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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/*
2 changes: 1 addition & 1 deletion .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 92da301

Please sign in to comment.