Skip to content

Commit

Permalink
Test release workflow passing tag to docker workflow fifth trial :')
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Jun 29, 2024
1 parent 28f1417 commit b7ff907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
python-version: 3.12
- run: python -m pip install build twine && python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: ./.github/workflows/docker-publish.yml@main
- uses: ieasybooks/tafrigh/.github/workflows/docker-publish.yml@main
with:
tag: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tafrigh"
version = "1.4.8"
version = "1.4.9"
description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai."
authors = ["EasyBooks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b7ff907

Please sign in to comment.