Skip to content

Commit

Permalink
Merge pull request #83 from alcarney/develop
Browse files Browse the repository at this point in the history
Test Release v0.9.1 - Take 2
  • Loading branch information
alcarney authored Dec 27, 2018
2 parents 5d57b18 + 20c75f5 commit fe65b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- stage: deploy
name: Publish to PyPi
python: 3.6
skip_cleanup: true
script:
- poetry build
deploy:
provider: script
skip_cleanup: true
script:
- poetry publish --username $PYPI_USER --password $PYPI_PASS
on:
Expand Down

0 comments on commit fe65b67

Please sign in to comment.