Skip to content

Set version to 0.2.1. #2

Set version to 0.2.1.

Set version to 0.2.1. #2

Workflow file for this run

name: Deploy library
on:
push:
tags:
- "v*.*.*"
jobs:
build-and-release-package:
if: github.repository == 'ABI-Software/sparc-dataset-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