Skip to content

Commit 5911ed2

Browse files
fix(mathy_alpha_sm): typo in deploy script
1 parent 9d6d9d3 commit 5911ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/mathy_alpha_sm/tools/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ echo "Build and publish to pypi..."
88
rm -rf build dist
99
echo "--- Install requirements"
1010
pip install twine wheel
11-
pip install -r requirements.txt
1211
echo "--- Buid dists"
1312
python setup.py sdist bdist_wheel
1413
echo "--- Upload to PyPi"
15-
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
14+
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*.whl
1615
rm -rf build dist

0 commit comments

Comments
 (0)