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.
2 parents 50a8e99 + f748bf0 commit 2afd3c2Copy full SHA for 2afd3c2
.github/workflows/build.yml
@@ -133,8 +133,8 @@ jobs:
133
TWINE_PASSWORD: ${{ secrets.pypi_password }}
134
run: |
135
# setup.py sdist was run by 'make stubs'
136
- if [ -z "$TWINE_USERNAME" ] || echo "Uploading dev release to PyPi"
137
- if [ -z "$TWINE_USERNAME" ] || twine upload circuitpython-stubs/dist/*
+ [ -z "$TWINE_USERNAME" ] || echo "Uploading dev release to PyPi"
+ [ -z "$TWINE_USERNAME" ] || twine upload circuitpython-stubs/dist/*
138
139
mpy-cross-mac:
140
runs-on: macos-10.15
0 commit comments