Skip to content

Commit 96a5f4d

Browse files
authored
Skip make/setup
1 parent 8238bc1 commit 96a5f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install build
2222
run: pip install build
2323
- name: Build package
24-
run: make sdist
24+
run: python -m build --sdist --outdir dist/ .
2525
- name: Maybe store as artifact and then run matrix?
2626
run: mv dist/mozilla-django-oidc-* ./mozilla-django-oidc-dev.tar.gz

0 commit comments

Comments
 (0)