You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ "$(git rev-parse --abbrev-ref HEAD)"!="main" ]; then exit 1; fi
13
12
python3 -m build --sdist .
14
13
twine upload dist/*.tar.gz
15
14
# 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/
0 commit comments