Skip to content

Commit

Permalink
Try without quotation marks in travis distributions config.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 16, 2019
1 parent 2c21b9c commit 1c954bf
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 @@ -29,6 +29,6 @@ deploy:
user: $TWINE_USERNAME
password: $TWINE_PASSWORD
skip_existing: true
distributions: "sdist bdist_wheel"
distributions: sdist bdist_wheel
on:
tags: true

0 comments on commit 1c954bf

Please sign in to comment.