Skip to content

Commit

Permalink
Upload dev releases to pypi rather than testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Sep 10, 2020
1 parent f490f54 commit d84bba6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@ jobs:
user: ceball
password: $PYPI_PWD

- <<: *default
stage: pip_dev_package
install: true
script: true
deploy:
provider: pypi
server: https://test.pypi.org/legacy/
distributions: "sdist bdist_wheel"
on:
tags: true
user: ceball
password: $PYPI_PWD

# TODO: don't need to clone the repo
- stage: test_latest_release
python: 3.7
Expand Down

0 comments on commit d84bba6

Please sign in to comment.