Adds pypi credentials
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good

This commit is contained in:
2020-12-13 16:01:10 -06:00
parent 7a5658c8ea
commit 0ff6118211

4
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
environment {
POETRY_HOME="/opt/poetry"
POETRY_VERSION="1.1.4"
//PYPI=credentials("DOES_NOT_EXIST")
PYPI=credentials("pypi-pysuperconductor")
}
stages {
@@ -53,7 +53,7 @@ pipeline {
}
steps {
echo 'Deploying...'
// sh '${POETRY_HOME}/bin/poetry publish -u ${PYPI_USR} -p ${PYPI_PSW} --build'
sh '${POETRY_HOME}/bin/poetry publish -u ${PYPI_USR} -p ${PYPI_PSW} --build'
}
}
}