Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bhklab/med-imagetools into sw-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SWKoreaBME committed Oct 12, 2022
2 parents abb452f + edb8612 commit c6f8376
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
USERNAME: ${{ secrets.pypi_username }}
KEY: ${{ secrets.pypi_pw }}
run: python -m twine upload --skip-existing -u $USERNAME -p $KEY dist/*
run: python -m twine upload -u $USERNAME -p $KEY dist/*
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![GitHub forks](https://img.shields.io/github/forks/bhklab/med-imagetools?style=social)
[![Documentation Status](https://readthedocs.org/projects/med-imagetools/badge/?version=documentation)](https://med-imagetools.readthedocs.io/en/documentation/?badge=documentation)

### Latest Updates (v1.0.1) - Sept 26th, 2022
### Latest Updates (v1.0.1) - Oct 11th, 2022
Documentation is now available at: https://med-imagetools.readthedocs.io


Expand Down

0 comments on commit c6f8376

Please sign in to comment.