Skip to content

Release build using GitHub Actions  #31

@neingeist

Description

@neingeist

Hey,

I happen to have built a GitHub Actions workflow for another project (in another account I use for my professional stuff) that,

when triggered by a git tag v1.2.3:

  1. runs tests (not sure here are any)
  2. checks the Python package version against the git tag (to avoid a common mistake)
  3. builds a wheel
  4. creates a GitHub release (and adds the wheel + source)
  5. uploads to PyPI

If you have interest in this I can submit it as a PR. You may need to assist a little for the PyPI upload but otherwise this "just works" and can automate the boring stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions