Skip to content

Require Python 3.12 (#10) #6

Require Python 3.12 (#10)

Require Python 3.12 (#10) #6

Workflow file for this run

name: Build
env:
PYTHON_VERSION: '3.12'
TZ: Europe/Zurich
on:
push:
branches:
- 'master'
- '*.x'
pull_request:
branches:
- 'master'
- '*.x'
types:
- opened
- reopened
- synchronize
- labeled
permissions:
contents: read
jobs:
build:
name: Build plugin 🏗
uses: indico/indico-gh-actions/.github/workflows/build-plugins.yml@master
with:
directory: jacow
artifact-retention-days: 7