We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c23c5 commit 8238bc1Copy full SHA for 8238bc1
.github/workflows/e2e.yml
@@ -18,6 +18,8 @@ jobs:
18
- uses: actions/setup-python@v6
19
with:
20
python-version: ${{ matrix.python_version }}
21
+ - name: Install build
22
+ run: pip install build
23
- name: Build package
24
run: make sdist
25
- name: Maybe store as artifact and then run matrix?
0 commit comments