Fix twine auth
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
This commit is contained in:
parent
5a97d610a7
commit
dbea14888e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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/*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user