Merge pull request #5015 from dhalbert/fix-build.yml-stub-upload
fix stubs upload conditionals
This commit is contained in:
commit
2afd3c2d6b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -133,8 +133,8 @@ jobs:
|
|||||||
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||||
run: |
|
run: |
|
||||||
# setup.py sdist was run by 'make stubs'
|
# setup.py sdist was run by 'make stubs'
|
||||||
if [ -z "$TWINE_USERNAME" ] || echo "Uploading dev release to PyPi"
|
[ -z "$TWINE_USERNAME" ] || echo "Uploading dev release to PyPi"
|
||||||
if [ -z "$TWINE_USERNAME" ] || twine upload circuitpython-stubs/dist/*
|
[ -z "$TWINE_USERNAME" ] || twine upload circuitpython-stubs/dist/*
|
||||||
|
|
||||||
mpy-cross-mac:
|
mpy-cross-mac:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user