Skip to content

Commit b2b31b0

Browse files
committed
travis: fix typo..
I will upload the sdist/wheel manually :,(
1 parent 5fe2254 commit b2b31b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
after_success:
2020
# if it's a tagged commit, upload distribution packages to pypi
2121
- |
22-
if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "typesupply/fontMath" ] && [ "$BUILD_SDIST" == true ]; then
22+
if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "typesupply/fontMath" ] && [ "$BUILD_DIST" == true ]; then
2323
pip install --upgrade twine pip setuptools wheel
2424
python setup.py sdist
2525
pip wheel --no-deps --wheel-dir dist .

0 commit comments

Comments
 (0)