Skip to content

Add a force-sdist input to the Python release workflow. #454

Add a force-sdist input to the Python release workflow.

Add a force-sdist input to the Python release workflow. #454

Workflow file for this run

name: CI (Bazel)
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.1.6
- uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-version: '1.x'
- run: .github/bazel.sh
shell: bash