Skip to content

Commit

Permalink
Merge branch 'releasing/1.2.0' into dev
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Apr 12, 2023
2 parents 21cef45 + 8470454 commit 1a55ba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ jobs:
env:
QUICKTEST: True

- if: matrix.python-version == '3.8' && startsWith(github.ref, 'refs/tags/')
- if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/')
name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/

- if: matrix.python-version == '3.8' && startsWith(github.ref, 'refs/tags/')
- if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/')
name: Check artifacts
run: |
ls -al dist/
rm dist/monai*.tar.gz
ls -al dist/
- if: matrix.python-version == '3.8' && startsWith(github.ref, 'refs/tags/')
- if: matrix.python-version == '3.9' && startsWith(github.ref, 'refs/tags/')
name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -95,10 +95,10 @@ jobs:
# full history so that we can git describe
with:
fetch-depth: 0
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
- shell: bash
run: |
git describe
Expand Down

0 comments on commit 1a55ba5

Please sign in to comment.