Building and Releasing python-easygraph

Prerequisites

Install GitHub CLI

Please refer to GitHub CLI documentation for installation instructions.

Build and Release to PyPI

gh workflow run release-cibuildwheel.yaml -F upload=pypi

Build and Release to Test PyPI

gh workflow run release-cibuildwheel.yaml -F upload=test_pypi

Build only

Build artifacts will be uploaded to GitHub Actions artifacts available for download and inspection.

gh workflow run release-cibuildwheel.yaml -F upload=none