Skip to content

Commit f85da7b

Browse files
committed
Merge branch 'release/0.1.3'
2 parents a626beb + ac3df1c commit f85da7b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Release python package
22

33
on:
4-
workflow_run:
5-
workflows: [Test]
6-
types: [completed]
4+
push:
5+
tags:
6+
- "*"
77

88
jobs:
99
publish:
10-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1110
runs-on: ubuntu-latest
1211

1312
steps:

taskiq_faststream/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""FastStream - taskiq integration to schedule FastStream tasks."""
2-
__version__ = "0.1.2"
2+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)