Summary
Jobs
CI
Get Changed Files
Pre-Commit Checks
Toolchain x86_64 on x86_64
Toolchain aarch64 on x86_64
Toolchain x86_64 on aarch64
Toolchain aarch64 on aarch64
Unit Test ubuntu-latest
Unit Test macos-12
Unit Test macos-13-xlarge
Unit Test windows-latest
Build Relenv Documentation
Build Python Source Tarball
Build Python Wheel
Python 3.10.15 Linux x86_64 on x86_64
Python 3.10.15 Linux aarch64 on aarch64
Python 3.11.10 Linux x86_64 on x86_64
Python 3.11.10 Linux aarch64 on aarch64
Python 3.12.7 Linux x86_64 on x86_64
Python 3.12.7 Linux aarch64 on aarch64
Python 3.13.0 Linux x86_64 on x86_64
Python 3.13.0 Linux aarch64 on aarch64
Python macOS (3.10.15, x86_64)
Python macOS (3.11.10, x86_64)
Python macOS (3.12.7, x86_64)
Python macOS (3.13.0, x86_64)
Python macOS (3.10.15, arm64)
Python macOS (3.11.10, arm64)
Python macOS (3.12.7, arm64)
Python macOS (3.13.0, arm64)
Python Windows (3.10.15, amd64)
Python Windows (3.10.15, x86)
Python Windows (3.11.10, amd64)
Python Windows (3.11.10, x86)
Python Windows (3.12.7, amd64)
Python Windows (3.12.7, x86)
Python Windows (3.13.0, amd64)
Python Windows (3.13.0, x86)
container-test-job (3.10.15, x86_64)
container-test-job (3.11.10, x86_64)
container-test-job (3.12.7, x86_64)
container-test-job (3.13.0, x86_64)
Publish Python Wheel
Create Github Release (linux-gnu, x86_64, 3.10.15)
Create Github Release (linux-gnu, x86_64, 3.11.10)
Create Github Release (linux-gnu, x86_64, 3.12.7)
Create Github Release (linux-gnu, x86_64, 3.13.0)
Create Github Release (linux-gnu, aarch64, 3.10.15)
Create Github Release (linux-gnu, aarch64, 3.11.10)
Create Github Release (linux-gnu, aarch64, 3.12.7)
Create Github Release (linux-gnu, aarch64, 3.13.0)
Create Github Release (win, x86, 3.10.15)
Create Github Release (win, x86, 3.11.10)
Create Github Release (win, x86, 3.12.7)
Create Github Release (win, x86, 3.13.0)
Create Github Release (win, amd64, 3.10.15)
Create Github Release (win, amd64, 3.11.10)
Create Github Release (win, amd64, 3.12.7)
Create Github Release (win, amd64, 3.13.0)
Create Github Release (macos, x86_64, 3.10.15)
Create Github Release (macos, x86_64, 3.11.10)
Create Github Release (macos, x86_64, 3.12.7)
Create Github Release (macos, x86_64, 3.13.0)
Create Github Release (macos, arm64, 3.10.15)
Create Github Release (macos, arm64, 3.11.10)
Create Github Release (macos, arm64, 3.12.7)
Create Github Release (macos, arm64, 3.13.0)
Set the CI Pipeline Exit Status
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Release
on:
workflow_dispatch:
inputs:
kind:
required: false
type: string
default: dev
package_command:
required: false
type: string
description: Command used to build python package
default: >-
python -m
build
--wheel
--outdir dist/
jobs:
ci:
name: CI
permissions:
contents: write
pull-requests: read
id-token: write
uses: ./.github/workflows/ci.yml
if: contains('["dwoz", "twangboy", "dmurhpy18"]', github.actor)
with:
kind: "${{ inputs.kind }}"
package_command: "${{ inputs.package_command }}"
You can’t perform that action at this time.