Skip to content

Commit

Permalink
fix(Jenkinsfile): remove pypi registry param
Browse files Browse the repository at this point in the history
  • Loading branch information
tommydeboer authored May 19, 2022
1 parent 2c45dd4 commit a3f84b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pipeline {

sh "python setup.py sdist bdist_wheel"

sh "twine upload --repository-url https://upload.pypi.org/legacy/ -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*"
sh "twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*"

sh "git push --tags origin master"
hubotSend(message: "Molgenis Commander ${MCMD_VERSION} has been successfully released! :tada: https://pypi.org/project/molgenis-commander/", status:'SUCCESS')
Expand Down

0 comments on commit a3f84b7

Please sign in to comment.