Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Start Using GitHub Actions #20

Open
@WillAyd

Description

Up for discussion, but I released a third party package that leverages pandas and when it came time to build wheels, I found that GitHub Actions actually offers a lot we can use. Here's is a sample configuration that gets triggered on release:

https://github.com/innobi/pantab/blob/master/.github/workflows/pythonpublish.yml

This builds "artifacts" in CI that can then be downloaded containing the appropriate wheels:

image

A few limitations AFAIK:

  • There is no win32 platform to build wheels on
  • I think ubuntu 16.02 is the oldest available linux platform, which I don't think can build manylinux wheels

So may not have everything we need at the moment, but figure worth starting the discussion as I think this could great simplify our release process

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions