An open API service indexing awesome lists of open source software.

https://github.com/remorses/pypi


https://github.com/remorses/pypi

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pypi
Deploy package to pypi.

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

```