Skip to content

Commit 062097c

Browse files
author
thomas
authored
Merge pull request #10 from pypyr/dev
remove legacy pypi url from deploy script
2 parents 11dffda + 8f2b90b commit 062097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/shippable-pypi-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip uninstall -y pypyraws
2020
python setup.py bdist_wheel
2121

2222
# Deploy wheel
23-
twine upload --repository-url ${PYPI_URL} --username ${PYPI_USERNAME} --password ${PYPI_PASSWORD} dist/pypyraws-${NEW_VERSION}-py3-none-any.whl
23+
twine upload --username ${PYPI_USERNAME} --password ${PYPI_PASSWORD} dist/pypyraws-${NEW_VERSION}-py3-none-any.whl
2424

2525
echo "----------Done with twine upload-------------------------------------"
2626

0 commit comments

Comments
 (0)