From 0d5e5e606498f18691e759db05a12ac80b607506 Mon Sep 17 00:00:00 2001 From: Walter Scheper Date: Wed, 6 Mar 2024 23:37:01 -0500 Subject: [PATCH] ci: run release on any tag --- .github/workflows/release.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb42d30..4b3c393 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - '*.*.*' + - '*' jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 86eecb7..301b73c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ packages = [ ] readme = "README.rst" repository = "https://github.com/wfscheper/hasher.git" -version = "2.1.0a0" +version = "2.1.0a1" [tool.poetry.scripts] hasher = "hasher.app:hasher"