Skip to content

Merge branch 'main' of github.com:CMLibs-Python/cmlibs.importer #5

Merge branch 'main' of github.com:CMLibs-Python/cmlibs.importer

Merge branch 'main' of github.com:CMLibs-Python/cmlibs.importer #5

Workflow file for this run

name: Deploy library
on:
push:
tags:
- "v*.*.*"
jobs:
build-and-release-package:
if: github.repository == 'cmlibs-python/cmlibs.importer'
runs-on: ubuntu-24.04
name: Release package
permissions:
contents: write
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Release Python package
uses: hsorby/release-python-package-action@v2
with:
pypi-package-name: cmlibs.importer