Skip to content

Sync with 3.29.0

Sync with 3.29.0 #1440

Workflow file for this run

name: Build and upload to PyPi
on:
push:
branches:
- master
- 'branch-**'
pull_request:
branches:
- master
paths-ignore:
- docs/*
- examples/*
- .gitignore
- '*.rst'
- '*.ini'
- LICENSE
- .github/dependabot.yml
- .github/pull_request_template.md
workflow_dispatch:
jobs:
build-and-publish:
if: "(!contains(github.event.pull_request.labels.*.name, 'disable-test-build')) || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')"
uses: ./.github/workflows/lib-build-and-push.yml
with:
upload: ${{ github.event_name == 'push' && endsWith(github.event.ref, 'scylla') }}
python-version: '3.13'
target: linux,macos,windows