update travis config to fix deployment

This commit is contained in:
Jonathan Wren 2020-05-09 15:01:44 -07:00
parent e5f59d7179
commit a15e6f7476

View file

@ -139,6 +139,8 @@ jobs:
- provider: script - provider: script
script: poetry publish script: poetry publish
skip_cleanup: true skip_cleanup: true
on:
all_branches: true
# Changelog for Unreleased changes # Changelog for Unreleased changes
- stage: Update Changelog - stage: Update Changelog