Skip to content

Commit bc12c4a

Browse files
committed
deployment failed because of wrong github organization url
1 parent a83493e commit bc12c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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_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 .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# long_description=long_description,
1919
author="Tal Leming",
2020
author_email="[email protected]",
21-
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"),

0 commit comments

Comments
 (0)