We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a626beb + ac3df1c commit f85da7bCopy full SHA for f85da7b
.github/workflows/release.yml
@@ -1,13 +1,12 @@
1
name: Release python package
2
3
on:
4
- workflow_run:
5
- workflows: [Test]
6
- types: [completed]
+ push:
+ tags:
+ - "*"
7
8
jobs:
9
publish:
10
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
11
runs-on: ubuntu-latest
12
13
steps:
taskiq_faststream/__about__.py
@@ -1,2 +1,2 @@
"""FastStream - taskiq integration to schedule FastStream tasks."""
-__version__ = "0.1.2"
+__version__ = "0.1.3"
0 commit comments