We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8238bc1 commit 96a5f4dCopy full SHA for 96a5f4d
.github/workflows/e2e.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Install build
22
run: pip install build
23
- name: Build package
24
- run: make sdist
+ run: python -m build --sdist --outdir dist/ .
25
- name: Maybe store as artifact and then run matrix?
26
run: mv dist/mozilla-django-oidc-* ./mozilla-django-oidc-dev.tar.gz
0 commit comments