File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ script:
1919after_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_DIST" == true ]; then
22+ if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "robotools /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 .
Original file line number Diff line number Diff line change 1818 # long_description=long_description,
1919 author = "Tal Leming" ,
202021- url = "https://github.com/typesupply /fontMath" ,
21+ url = "https://github.com/robotools /fontMath" ,
2222 license = "MIT" ,
2323 package_dir = {"" : "Lib" },
2424 packages = find_packages ("Lib" ),
You can’t perform that action at this time.
0 commit comments