π π§ β Copy PyPI Packages to GitHub Releases
This is a GitHub action, Python package and command line script that copies distribution files from PyPI ("The Cheese Shop") and adds them to the relevant tag in GitHub Releases.
Docs | |
---|---|
Tests | |
PyPI | |
Activity | |
QA | |
Other |
In a GitHub Workflow:
name: "Copy PyPI to Releases" on: - push jobs: releases: runs-on: ubuntu-latest steps: - uses: domdfcoding/octocheese@master with: pypi_name: "domdf_python_tools" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
OctoCheese
can be installed from PyPI.
To install with pip
:
$ python -m pip install octocheese