diff --git a/Jenkinsfile b/Jenkinsfile index f4e9ea8..74097d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,6 @@ pipeline { } stages { - stage('setup') { steps { script { @@ -40,4 +39,10 @@ pipeline { } } } + + post { + success { + archiveArtifacts artifacts: 'dist/*.whl', fingerprint: true + } + } } \ No newline at end of file