Compare commits

..

No commits in common. "73ae49cb89ae081351ed1907d6d3d1032debc094" and "e64e1a038febfbc672561bb69fecb33b085435a9" have entirely different histories.

4 changed files with 4 additions and 10 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) # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
output.csv

9
Jenkinsfile vendored
View File

@ -22,14 +22,9 @@ pipeline {
sh "pip install dist/*.whl" sh "pip install dist/*.whl"
} }
} }
stage("archive") { stage("publish") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
}
}
stage("publish package") {
when { when {
branch '**/main' branch '**/master'
} }
steps { steps {
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) { withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {

View File

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

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = csvbyname name = csvbyname
version = 0.0.2 version = 0.0.1
[options] [options]
packages = csvbyname packages = csvbyname