Skip to main content

🐙 🧀 – Copy PyPI Packages to GitHub Releases

Project description

🐙 🧀 – 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

Documentation Build Status Docs Check Status

Tests

Travis Build Status Windows Tests Status macOS Tests Status Coverage CodeFactor Grade pre-commit.ci status

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Activity

GitHub last commit GitHub commits since tagged version Maintenance

Other

License GitHub top language Requirements Status pre-commit


GitHub Actions Usage

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}}

Installing as a Python package and script

OctoCheese can be installed from PyPI.

To install with pip:

$ python -m pip install octocheese

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

octocheese-0.2.0.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

octocheese-0.2.0-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page