Skip to content

Commit 5e93ed6

Browse files
authored
CU-869a4wpek Trainer qa workflow fix (#99)
* CU-869a4wpek: Change version before building and publishing * CU-869a4wpek: Make QA workflow run at PR time * CU-869a4wpek: Make QA workflow run at PR time for workflow changes * CU-869a4wpek: Avoid running QA workflow during PR
1 parent 8ebe052 commit 5e93ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/medcat-trainer_qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
cd client
3939
python -m pytest tests/ -v
4040
41+
- name: Bump version for TestPyPI
42+
run: sed -i "s/^version = .*/version = \"1.0.0.dev$(date +%s)\"/" client/pyproject.toml
43+
4144
- name: Build client package
4245
run: |
4346
cd client

0 commit comments

Comments
 (0)