We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d529ab9 commit a65c24dCopy full SHA for a65c24d
.github/workflows/publish_testpypi.yml
@@ -1,9 +1,10 @@
1
# .github/workflows/publish_testpypi.yml
2
---
3
+name: test-n-build
4
on: pull_request
5
# push:
- # tags:
6
- # - v*
+ # tags:
7
+ # - v*
8
jobs:
9
super-test:
10
strategy:
@@ -27,7 +28,7 @@ jobs:
27
28
- run: uv build
29
- run: uv venv ${{ matrix.pyvers }} --python ${{ matrix.pyvers }}
30
- run: echo "UV_PROJECT_ENVIRONMENT=${{ matrix.pyvers }}" >> $GITHUB_ENV
- - run: uv pip install dist/choreographer*.whl
31
+ - run: ls && uv pip install dist/choreographer*.whl
32
33
# different versions of chrome
34
.github/workflows/test.yml
@@ -1,6 +1,10 @@
name: test-wf
-on: pull_request
+on:
+ pull_request:
+ push:
+ tags-ignore:
+ - v*
test-all:
0 commit comments