diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83794c9..ab596c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,12 @@ name: Release python package on: - workflow_run: - workflows: [Test] - types: [completed] + push: + tags: + - "*" jobs: publish: - if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: diff --git a/taskiq_faststream/__about__.py b/taskiq_faststream/__about__.py index eb990d1..e72c065 100644 --- a/taskiq_faststream/__about__.py +++ b/taskiq_faststream/__about__.py @@ -1,2 +1,2 @@ """FastStream - taskiq integration to schedule FastStream tasks.""" -__version__ = "0.1.2" +__version__ = "0.1.3"