Skip to content

fix ci pipeline annoyances (#29) #16

fix ci pipeline annoyances (#29)

fix ci pipeline annoyances (#29) #16

Workflow file for this run

name: Main
on:
push:
branches: [ "main" ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
ci-workflow:
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
publish-wheels: true
sha: ${{ github.sha }}