JRubics / poetry-publish

An action to build and publish python package to pypi (https://pypi.org/) using poetry (https://github.com/sdispater/poetry)
BSD 3-Clause "New" or "Revised" License
129 stars 17 forks source link

Allow poetry pre-release #10

Closed fedej closed 2 years ago

fedej commented 2 years ago

I'm trying to use poetry plugins but that requires 1.2.0a1 but being a pre-release pip cannot install it by default. I made this an opt-in feature.

JRubics commented 2 years ago

Thanks, great job! 🎉

JRubics commented 2 years ago

New release is here, you can use it as version v1.8 :)