Compare commits
3 Commits
ea374a971e
...
958e2b12e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 958e2b12e3 | |||
| 425ef96e9b | |||
| 95b60c87a5 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -212,3 +212,4 @@ 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
7
Jenkinsfile
vendored
@@ -22,7 +22,12 @@ pipeline {
|
||||
sh "pip install dist/*.whl"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish package") {
|
||||
when {
|
||||
branch '**/main'
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@ dependencies:
|
||||
- build=0.7.0
|
||||
- pytest=7.2.2
|
||||
- twine=4.0.2
|
||||
- python=3.9
|
||||
- python=3.11
|
||||
|
||||
Reference in New Issue
Block a user