Skip to content

Commit

Permalink
Add submodules before building wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Oct 10, 2018
1 parent 4a8021b commit 63fb405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ username: ${PYPI_TEST_USERNAME}
password: ${PYPI_TEST_PASSWORD}
EOF

git submodule update --init --recursive
python setup.py bdist_wheel
python -m twine upload dist/*
1 change: 1 addition & 0 deletions .test-deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ username: ${PYPI_TEST_USERNAME}
password: ${PYPI_TEST_PASSWORD}
EOF

git submodule update --init --recursive
python setup.py bdist_wheel
python -m twine upload --skip-existing --repository testpypi dist/*

0 comments on commit 63fb405

Please sign in to comment.