Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Nov 12, 2023
2 parents a626beb + ac3df1c commit f85da7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion taskiq_faststream/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""FastStream - taskiq integration to schedule FastStream tasks."""
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit f85da7b

Please sign in to comment.