Skip to content

Commit ba5bc54

Browse files
committed
remove shell: bash declaration in individual runs
1 parent f85ff5e commit ba5bc54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pypi-whl.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
ls -lh "$VENV_BIN_DIR"
7676
diff "$VENV_BIN_DIR"/"$BIDS_VALIDATOR_BINARY_NAME" tools/pypi-whl/dist/"$BIDS_VALIDATOR_BINARY_NAME"
7777
deactivate
78-
shell: bash
7978
- name: Check if distribution's description will render correctly on PyPI
8079
run: twine check tools/pypi-whl/dist/*.whl
8180
- uses: actions/upload-artifact@v4
@@ -92,7 +91,6 @@ jobs:
9291
else
9392
twine upload --verbose --repository testpypi dist/*.whl
9493
fi
95-
shell: bash
9694
env:
9795
TWINE_USERNAME: __token__
9896
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)