Skip to content

Commit c982efe

Browse files
committed
remove unused steps for building and publishing package in CI workflow
1 parent 68d3552 commit c982efe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,3 @@ jobs:
4646
run: |
4747
python fusion_run -inputs ./data/unet.nii.gz,./data/resunet.nii.gz -output ./data/test_simple.nii.gz -classes 0,1,2,4 -method simple
4848
python -c "from LabelFusion.itkUtils import *; sys.exit('fail') if(not (imageComparision('./data/baseline_simple.nii.gz', './data/test_simple.nii.gz'))) else print('pass')"
49-
50-
- name: Build distributions
51-
run: python setup.py sdist
52-
53-
- name: Publish package to PyPI
54-
if: github.repository == 'CBICA/FigureGenerator' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
55-
uses: pypa/gh-action-pypi-publish@master
56-
with:
57-
user: __token__
58-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)