modularml / stack-pr

A tool for working with stacked PRs on github.
Other
301 stars 11 forks source link

[pypi] Add github action for pypi publishing #7

Closed zbowling closed 4 months ago

zbowling commented 4 months ago

Add a github action that can be used to upload to pypi.

Make the version number dynamic so now the tag determines the version number of the package so we can use the github release system to cut releases. These should automatically get uploaded to pypi when we tag and release here.

Also add a file I missed in the last commit.

zbowling commented 4 months ago

Landing this first version so I can debug the workflow.