RafaelWO / unparallel

Create async web requests via Python in no time.
https://rafaelwo.github.io/unparallel/
MIT License
10 stars 0 forks source link

Publish to PyPI within GitHub CI #102

Closed RafaelWO closed 8 months ago

RafaelWO commented 10 months ago

🚀 Feature Request

Currently, I have to manually build and upload the package to PyPI. It would be great to let the CI handle this, e.g. when a git tag is pushed.

🔈 Motivation

Automating the publishing of the package will make the manual process obsolete. Furthermore, this eliminates the need to store credentials locally and enables trusted publishing.

🛰 Alternatives

n/a

📎 Additional context

n/a