Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: Pypi release workflows #737

Merged
merged 4 commits into from
Oct 3, 2024

Commits on Sep 26, 2024

  1. .github: Add testing for 3.11 and latest (currently 3.12)

    Verify build for all major.minor versions from 3.8 till latest.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1713d54 View commit details
    Browse the repository at this point in the history
  2. .github: Add workflow for creating a pypi package

    Add a package workflow with the latest python version to test creating a
    pypi release.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    17e8444 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. .github: Add release workflow

    Upload a pypi package when a Github release is published.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a046da3 View commit details
    Browse the repository at this point in the history
  2. MAINTAINER.rst: Update Pypi releases

    Update section on creating Pypi releases.
    
    Signed-off-by: Pieter De Gendt <[email protected]>
    pdgendt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e978441 View commit details
    Browse the repository at this point in the history