Skip to content

Commit 8b22d6a

Browse files
authored
Remove twine upload for (now-removed) wheels (#1683)
* Remove twine upload for (now-removed) wheels * Upload the universal wheel
1 parent bcf8242 commit 8b22d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def releasePackages(){
374374
python setup.py sdist
375375
echo "Uploading to ${REPO_URL} with user \${TWINE_USER}"
376376
python -m twine upload --username "\${TWINE_USER}" --password "\${TWINE_PASSWORD}" --skip-existing --repository-url \${REPO_URL} dist/*.tar.gz
377-
python -m twine upload --username "\${TWINE_USER}" --password "\${TWINE_PASSWORD}" --skip-existing --repository-url \${REPO_URL} wheelhouse/*.whl
377+
python -m twine upload --username "\${TWINE_USER}" --password "\${TWINE_PASSWORD}" --skip-existing --repository-url \${REPO_URL} dist/*.whl
378378
""")
379379
}
380380
}

0 commit comments

Comments
 (0)