Skip to content

Commit a65c24d

Browse files
committed
Improve GHA logic
1 parent d529ab9 commit a65c24d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# .github/workflows/publish_testpypi.yml
22
---
3+
name: test-n-build
34
on: pull_request
45
# push:
5-
# tags:
6-
# - v*
6+
# tags:
7+
# - v*
78
jobs:
89
super-test:
910
strategy:
@@ -27,7 +28,7 @@ jobs:
2728
- run: uv build
2829
- run: uv venv ${{ matrix.pyvers }} --python ${{ matrix.pyvers }}
2930
- run: echo "UV_PROJECT_ENVIRONMENT=${{ matrix.pyvers }}" >> $GITHUB_ENV
30-
- run: uv pip install dist/choreographer*.whl
31+
- run: ls && uv pip install dist/choreographer*.whl
3132

3233
# different versions of chrome
3334

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
name: test-wf
3-
on: pull_request
3+
on:
4+
pull_request:
5+
push:
6+
tags-ignore:
7+
- v*
48
jobs:
59
test-all:
610
strategy:

0 commit comments

Comments
 (0)