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 e25d645 commit d8e0171Copy full SHA for d8e0171
.github/workflows/release.yml
@@ -6,6 +6,7 @@ on:
6
- "v*"
7
branches:
8
- master
9
+ pull_request:
10
11
jobs:
12
build_sdist:
@@ -25,7 +26,7 @@ jobs:
25
26
python -m build --sdist --outdir dist/ .
27
- name: Install
28
run: |
- pip install dist/
29
+ pip install dist/*
30
- name: Run tests
31
32
pytest tests
@@ -54,7 +55,7 @@ jobs:
54
55
56
57
58
59
60
61
0 commit comments