Skip to content

Commit fc52d00

Browse files
committed
makefile updates
1 parent b706acd commit fc52d00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ tag:
1010
# git push --tags
1111
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/pygalmesh/releases
1212

13-
upload: setup.py
13+
upload:
1414
# Make sure we're on the master branch
1515
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
1616
rm -rf dist/*
1717
python3 setup.py sdist
1818
twine upload dist/*.tar.gz
1919
# HTTPError: 400 Client Error: Binary wheel 'pygalmesh-0.2.0-cp27-cp27mu-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'. for url: https://upload.pypi.org/legacy/
20-
# python3 setup.py bdist_wheel --universal
20+
# python3 setup.py bdist_wheel
2121
# twine upload dist/*.whl
2222

2323
publish: tag upload

0 commit comments

Comments
 (0)