xontrib-powerline icon indicating copy to clipboard operation
xontrib-powerline copied to clipboard

Simple releasing the PyPi package using Github Actions

Open anki-code opened this issue 3 years ago • 0 comments

Hi! Just want to let you know that there is very easy way to release the PyPi package of xontrib using Github Actions:

  1. Click Actions

Screenshot_20200916_115026

  1. Click Set up workflow on Publish Python Action

Screenshot_20200916_114928

  1. Commit the config without any changes

  2. Go to repo Settings - Secrets and add:

Screenshot_20200916_115332

  1. Now when you create Release and the Actions will publish the package to PyPi automatically (look at Actions link)

Enjoy :)

anki-code avatar Oct 01 '20 17:10 anki-code