Fixed prod PyPI URL and deploy block list.

This commit is contained in:
Mike Holler
2017-11-27 16:05:45 -06:00
parent 617bbc9b0c
commit da0bda6be3
2 changed files with 14 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROD_REPOSITORY="https://upload.pypi.org/legacy"
PROD_REPOSITORY="https://upload.pypi.org/legacy/"
TEST_REPOSITORY="https://test.pypi.org/legacy/"
twine upload \