Skip to content

chore(deps-dev): bump wheel from 0.43.0 to 0.46.2 #376

chore(deps-dev): bump wheel from 0.43.0 to 0.46.2

chore(deps-dev): bump wheel from 0.43.0 to 0.46.2 #376

Workflow file for this run

---
name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: ./.github/workflows/ci.yml
cd:
needs: [ci]
if: github.ref == 'refs/heads/main'
permissions:
id-token: write
contents: write
uses: ./.github/workflows/cd.yml
with:
version: ${{ needs.ci.outputs.version }}