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

add optional argument to install project without developer dependencies #8

Closed ms7m closed 3 years ago

ms7m commented 3 years ago

one of my projects has a large number of developer dependencies that aren't required when building. I thought this optional arugment may cut down the time it takes to install, build + publish

also my IDE appears to formatted the actions.yml file and replaced single quotes with double quotes.. I'm pretty sure it's still valid but I can change them back again if needed.

JRubics commented 3 years ago

Thank you! :smile:

JRubics commented 3 years ago

New release is published :)