Commit 4e46cd23 authored by Marius Gedminas's avatar Marius Gedminas

twine upload --skip-existing

This way if the sdist hasn't been uploaded yet for some reason, Appveyor
will take care of it.
parent 3813f8ee
...@@ -34,6 +34,6 @@ artifacts: ...@@ -34,6 +34,6 @@ artifacts:
name: wheel name: wheel
deploy_script: deploy_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/*.whl } - ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload --skip-existing dist/* }
deploy: on deploy: on
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment