Commit da0bda6b authored by Mike Holler's avatar Mike Holler

Fixed prod PyPI URL and deploy block list.

parent 617bbc9b
......@@ -14,7 +14,7 @@ matrix:
- "cd ../"
deploy:
# Checkpointed release builds.
provider: script
- provider: script
script: .travis/deploy-python.sh
skip_cleanup: true
on:
......@@ -22,9 +22,8 @@ matrix:
# all_branches must be set with tags: true. See below post:
# https://stackoverflow.com/a/27775257/1076585
all_branches: true
deploy:
# Produce a new build for the cutting edge when master changes.
provider: script
- provider: script
script: .travis/deploy-python.sh
skip_cleanup: true
on:
......
#!/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 \
......
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