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

Update entrypoint.sh #23

Closed BrianPugh closed 1 year ago

BrianPugh commented 1 year ago

Poetry 1.2.0rc1 dropped poetry plugin add in favor of poetry self add.

If you merge and update this, don't forget to update the version!

https://github.com/JRubics/poetry-publish/blob/3f73e4a265cd6eca654dbcae860b49629698e09b/action.yml#L48

BrianPugh commented 1 year ago

bump @JRubics