Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 229 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 229 Bytes

Pypi

Deploy package to pypi.

Usage:

- name: Deploy package
  uses: remorses/pypi@master
  with:
    setupfile: ./setup.py
    username: ${{ secrets.pypi_username }}
    password: ${{ secrets.pypi_password }}