github action automation for release PyPI packge
- PyPI account
- PyPI API Token
- GitHub Actions Secrets for PyPI API Token and GitHub Personal Access Token
It's an Github action, so you can use it in your workflow file.
name: Release
on:
push:
branches:
- master
jobs:
Give a ⭐️ if this project helped you!
This project is MIT licensed.
Contributions, issues and feature requests are welcome! check the contributing guide