Skip to content

Commit

Permalink
ci(lineless_table_rec): Trigger the CI when pushing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 20, 2024
1 parent 5cbd8b2 commit a6d710a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lineless_table_rec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Push lineless_table_rec to pypi
on:
push:
branches: [ main ]
paths:
- 'lineless_table_rec/**'
- '.github/workflows/lineless_table_rec.yml'
# tags:
# - v*
# paths:
# - 'lineless_table_rec/**'
# - '.github/workflows/lineless_table_rec.yml'
tags:
- lineless_v*

jobs:
UnitTesting:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
unzip lineless_table_rec_models.zip
mv lineless_table_rec_models/*.onnx lineless_table_rec/models/
python setup_lineless.py bdist_wheel "${{ github.event.head_commit.message }}"
python setup_lineless.py bdist_wheel "${{ github.ref_name }}"
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/[email protected]
Expand Down

0 comments on commit a6d710a

Please sign in to comment.