Poetry: examples of how to release a package using poetry in a .travis.yml

Created on 24 Nov 2018  路  2Comments  路  Source: python-poetry/poetry

  • [X] I have searched the issues of this repo and believe that this is not a duplicate.

Issue

The subject says it all, really. Travis CI has a built-in release for packages that have setup.py's, but I'd prefer to use poetry to release my packages when a tag is pushed!

Most helpful comment

I think this is what you need: https://github.com/pyslackers/slack-sansio/blob/master/.travis.yml#L37

I didn't test it myself but this is the way it should be implemented, in my opinion.

All 2 comments

I think this is what you need: https://github.com/pyslackers/slack-sansio/blob/master/.travis.yml#L37

I didn't test it myself but this is the way it should be implemented, in my opinion.

For anyone stumbling upon this issue thread, the above link is not longer available. The file can now be found at https://github.com/pyslackers/slack-sansio/blob/2adb7c285deccbbb915d3890c27dc6d9adf38a3c/.travis.yml

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nikaro picture nikaro  路  3Comments

jbarlow83 picture jbarlow83  路  3Comments

sobolevn picture sobolevn  路  3Comments

probablykasper picture probablykasper  路  3Comments

alexlatchford picture alexlatchford  路  3Comments