diff --git a/jobs/templates/swh-pypi.groovy.j2 b/jobs/templates/swh-pypi.groovy.j2 --- a/jobs/templates/swh-pypi.groovy.j2 +++ b/jobs/templates/swh-pypi.groovy.j2 @@ -64,7 +64,7 @@ done fi - python3 setup.py sdist bdist_wheel + python3 setup.py sdist ''' archiveArtifacts allowEmptyArchive: true, artifacts: 'dist/*',