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.
1 parent 5fe2254 commit b2b31b0Copy full SHA for b2b31b0
.travis.yml
@@ -19,7 +19,7 @@ script:
19
after_success:
20
# if it's a tagged commit, upload distribution packages to pypi
21
- |
22
- if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "typesupply/fontMath" ] && [ "$BUILD_SDIST" == true ]; then
+ if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "typesupply/fontMath" ] && [ "$BUILD_DIST" == true ]; then
23
pip install --upgrade twine pip setuptools wheel
24
python setup.py sdist
25
pip wheel --no-deps --wheel-dir dist .
0 commit comments