Skip to content

Merge pull request #5212 from eva-vashkevich/python_clean_up_2.8 #26

Merge pull request #5212 from eva-vashkevich/python_clean_up_2.8

Merge pull request #5212 from eva-vashkevich/python_clean_up_2.8 #26

name: Build 2.8 (Release)
on:
push:
tags:
- v2.8.*
jobs:
test:
uses: ./.github/workflows/test.yaml
build-tag-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BUILD_TAG: ${{github.ref_name}}