t184256 / xontrib-prompt-vi-mode

vi-mode status formatter for xonsh prompt
MIT License
11 stars 4 forks source link

Simple way to release the PyPi package using Gihub Actions #7

Open anki-code opened 4 years ago

anki-code commented 4 years ago

Hi! Just want to let you know that there is a 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 repository "Settings - Secrets" and add keys:

Screenshot_20200916_115332

  1. Now when you create new Release the Actions will publish the package to PyPi automatically. Release status will be in Actions.

Enjoy :)