diff --git a/Jenkinsfile b/Jenkinsfile index 76103f7..c80bb60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Publish to Local PyPI') { steps { - sh '. venv/bin/activate && twine upload --repository-url http://localhost:8090/ dist/*' + sh '. venv/bin/activate && twine upload --repository-url http://localhost:8090/ -u admin -p admin dist/*' } } }