We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell: bash
1 parent f85ff5e commit ba5bc54Copy full SHA for ba5bc54
.github/workflows/pypi-whl.yml
@@ -75,7 +75,6 @@ jobs:
75
ls -lh "$VENV_BIN_DIR"
76
diff "$VENV_BIN_DIR"/"$BIDS_VALIDATOR_BINARY_NAME" tools/pypi-whl/dist/"$BIDS_VALIDATOR_BINARY_NAME"
77
deactivate
78
- shell: bash
79
- name: Check if distribution's description will render correctly on PyPI
80
run: twine check tools/pypi-whl/dist/*.whl
81
- uses: actions/upload-artifact@v4
@@ -92,7 +91,6 @@ jobs:
92
91
else
93
twine upload --verbose --repository testpypi dist/*.whl
94
fi
95
96
env:
97
TWINE_USERNAME: __token__
98
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
0 commit comments