Compare commits

..

No commits in common. "958e2b12e39d0d45dbc6f4cd7e4cde132bcf8be7" and "ea374a971e169cc97badbaebd1345f12c2d591fe" have entirely different histories.

3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View File

@ -212,4 +212,3 @@ pyrightconfig.json
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
output.csv

7
Jenkinsfile vendored
View File

@ -22,12 +22,7 @@ pipeline {
sh "pip install dist/*.whl"
}
}
stage("archive") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
}
}
stage("publish package") {
stage("publish") {
when {
branch '**/main'
}

View File

@ -5,4 +5,4 @@ dependencies:
- build=0.7.0
- pytest=7.2.2
- twine=4.0.2
- python=3.11
- python=3.9