https://github.com/remorses/pypi
https://github.com/remorses/pypi
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remorses/pypi
- Owner: remorses
- License: mit
- Created: 2019-08-14T20:56:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T12:02:16.000Z (over 6 years ago)
- Last Synced: 2025-04-23T01:18:34.907Z (9 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```