Skip to content

Commit

Permalink
Test release workflow passing tag to docker workflow sixth trial, I'm…
Browse files Browse the repository at this point in the history
… learning...
  • Loading branch information
AliOsm committed Jun 29, 2024
1 parent b7ff907 commit 4e0fcd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read
packages: write
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version: 3.12
- run: python -m pip install build twine && python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: ieasybooks/tafrigh/.github/workflows/docker-publish.yml@main
with:
tag: ${{ github.ref_name }}
call-docker-workflow:
- needs: build-and-publish
- uses: ./.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.9"
version = "1.4.10"
description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai."
authors = ["EasyBooks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4e0fcd2

Please sign in to comment.