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

The action should use the --without dev notation #46

Closed Pooouf closed 5 months ago

Pooouf commented 5 months ago

According to the documentation of poetry : "The --no-dev option is now deprecated. You should use the --without dev notation instead."

JRubics commented 5 months ago

Hi, Thank you for letting me know :pray: It's updated in the latest release - v2.0. You can now use it as: poetry_install_options: "--without dev" More details here.