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 "extra_build_dependency_packages" input #17

Closed agates closed 2 years ago

agates commented 2 years ago

This input allows for extra debian packages to be installed before building the python package. This is particularly useful for packages that do not need to be included in the base image for this action.

Tested it with this release: https://github.com/Podcastindex-org/podping-hivewriter/runs/4915166355?check_suite_focus=true#step:4:9

JRubics commented 2 years ago

Thank you! LGTM :tada:

JRubics commented 2 years ago

new version is released, now you can use v1.10 with your changes :rocket:

agates commented 2 years ago

Thank you!