Fix twine auth
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
Michał Leśniak 2025-02-25 00:30:45 +01:00
parent 5a97d610a7
commit dbea14888e

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stage('Publish to Local PyPI') { stage('Publish to Local PyPI') {
steps { 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/*'
} }
} }
} }