We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11dffda + 8f2b90b commit 062097cCopy full SHA for 062097c
ops/shippable-pypi-release.sh
@@ -20,7 +20,7 @@ pip uninstall -y pypyraws
20
python setup.py bdist_wheel
21
22
# Deploy wheel
23
-twine upload --repository-url ${PYPI_URL} --username ${PYPI_USERNAME} --password ${PYPI_PASSWORD} dist/pypyraws-${NEW_VERSION}-py3-none-any.whl
+twine upload --username ${PYPI_USERNAME} --password ${PYPI_PASSWORD} dist/pypyraws-${NEW_VERSION}-py3-none-any.whl
24
25
echo "----------Done with twine upload-------------------------------------"
26
0 commit comments