xontrib-powerline
xontrib-powerline copied to clipboard
Simple releasing the PyPi package using Github Actions
Hi! Just want to let you know that there is very easy way to release the PyPi package of xontrib using Github Actions:
- Click Actions
- Click Set up workflow on Publish Python Action
-
Commit the config without any changes
-
Go to repo Settings - Secrets and add:
- Now when you create Release and the Actions will publish the package to PyPi automatically (look at Actions link)
Enjoy :)