We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf8242 commit 8b22d6aCopy full SHA for 8b22d6a
Jenkinsfile
@@ -374,7 +374,7 @@ def releasePackages(){
374
python setup.py sdist
375
echo "Uploading to ${REPO_URL} with user \${TWINE_USER}"
376
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
+ python -m twine upload --username "\${TWINE_USER}" --password "\${TWINE_PASSWORD}" --skip-existing --repository-url \${REPO_URL} dist/*.whl
378
""")
379
}
380
0 commit comments