pypa/gh-action-pypi-publish

Integrate reporting via GitHub APIs using octomachinery

Open

#4 opened on Jun 23, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (118 forks)auto 404
Hacktoberfest 🎃🐱‍💻enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,175 stars)
PR merge metrics
 (PR metrics pending)

Description

The idea is to wrap twine invocation with the octomachinery framework which supports GitHub Actions out of the box. We need to specify an event handler for Actions and after the command execution analyze the result and report this information back to GitHub using:

  • Checks API (with the details of what was happening)
  • Deployment API (with link to PyPI page)

Info about octomachinery:

App examples (with Actions and Checks API):

Contributor guide