Skip to content

Commit 2143186

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! tentatively separate build and tests for sdist
1 parent c46b100 commit 2143186

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

.github/workflows/wheels.yaml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,13 @@ jobs:
8686
name: sdist
8787
path: dist/*.tar.gz
8888

89-
- name: Upload pyproject.toml
89+
- name: Upload pytest configuration files
9090
uses: actions/upload-artifact@v4
9191
with:
92-
name: pyproject-toml
93-
path: pyproject.toml
94-
95-
- name: Upload conftest.py
96-
uses: actions/upload-artifact@v4
97-
with:
98-
name: conftest-py
99-
path: conftest.py
92+
name: pytest-conf
93+
path: |
94+
pyproject.toml
95+
conftest.py
10096
10197
test_sdist:
10298
name: Test source distribution
@@ -115,17 +111,13 @@ jobs:
115111
python-version: '3.10'
116112
enable-cache: false
117113

118-
- name: Download pyproject.toml
119-
uses: actions/download-artifact@v5
120-
with:
121-
name: pyproject-toml
122-
path: pyproject.toml
123-
124-
- name: Download conftest.py
114+
- name: Download pytest configuration files
125115
uses: actions/download-artifact@v5
126116
with:
127-
name: conftest-py
128-
path: conftest.py
117+
name: pytest-conf
118+
path: |
119+
pyproject.toml
120+
conftest.py
129121
130122
- name: Install sdist
131123
run: |

0 commit comments

Comments
 (0)