We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f05cc9 commit 17effcaCopy full SHA for 17effca
.github/workflows/e2e.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Build package
24
run: python -m build --sdist --outdir dist/ .
25
- name: Maybe store as artifact and then run matrix?
26
- run: mv dist/mozilla_django_oidc_*.tar.gz ./mozilla-django-oidc-dev.tar.gz
+ run: mv dist/mozilla_django_oidc-*.tar.gz ./mozilla-django-oidc-dev.tar.gz
0 commit comments