Skip to content

Set version to 0.7.2. #3

Set version to 0.7.2.

Set version to 0.7.2. #3

Workflow file for this run

name: Deploy library
on:
push:
tags:
- "v*.*.*"
jobs:
build-and-release-package:
if: github.repository == 'ABI-Software/sparc-curation-tools'
runs-on: ubuntu-20.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@v1
with:
pypi-package-name: sparc-curation-tools