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

Fix private package server code sample #15

Closed sam-writer closed 2 years ago

sam-writer commented 2 years ago

All code samples listed the previous version of this action, which did not support private packages with basic HTTP auth. That made for a confusing experience where I used the code sample but it did not work, so I updated them.

This also changes python version and poetry version fields to be marked as optional, as VSCode complains about them being missing, but they have default values.

JRubics commented 2 years ago

Hi, Thank you very much! 🎉