chore: update CI/CD

This commit is contained in:
Kristofers Solo 2024-10-01 18:44:48 +03:00
parent b7759a04b9
commit a34b433586

View File

@ -1,7 +1,15 @@
name: Publish Python Package
on:
release:
types: [published]
push:
tags:
# Pattern syntax: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:
inputs:
version:
description: 'Version number in the format `v1.2.3`'
required: true
type: string
permissions:
contents: read
jobs: