appliedAI-Initiative / pymetrius

A fire-tested template for production grade python libraries and packages.
MIT License
14 stars 2 forks source link

Build dist with poetry #14

Closed carlocagnetta closed 8 months ago

carlocagnetta commented 8 months ago

https://github.com/appliedAI-Initiative/pymetrius/blob/5523ddbd97420d6e27cc7333bdc4972f1ca32ca0/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/publish.yaml#L26-L29

carlocagnetta commented 8 months ago

@MischaPanch I did not really understand this. Also, we are missing the step to publish github pages I guess.

MischaPanch commented 8 months ago

This is for publishing an artifact to pypi. Previously it was done by setup tools, now it has to be done by poetry. I'm sure there's a bunch of explanations online how to do that, should be in official poetry docs

MischaPanch commented 8 months ago

Done in 5fe7a71d54