ci: Fixes publish invocation in Jenkinsfile
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good

This commit is contained in:
2022-03-05 17:33:00 -06:00
parent 738cc5173b
commit 6baaa4787f

2
Jenkinsfile vendored
View File

@@ -51,7 +51,7 @@ pipeline {
}
steps {
echo 'Deploying...'
sh '/poetry publish -u ${PYPI_USR} -p ${PYPI_PSW} --build'
sh 'poetry publish -u ${PYPI_USR} -p ${PYPI_PSW} --build'
}
}