Skip to content

Commit

Permalink
Upload source distribution when building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimura authored Sep 24, 2020
1 parent e594abf commit d0d3115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ repository: https://upload.pypi.org/legacy/
username: $PYPI_USER
password: $PYPI_PASS
EOF
/opt/_internal/*/bin/twine upload /io/wheelhouse/*
( cd /io; git submodule update --init; ${PYBIN}/python3 setup.py sdist)
/opt/_internal/*/bin/twine upload /io/wheelhouse/* /io/dist/*.tar.gz
fi

0 comments on commit d0d3115

Please sign in to comment.