We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205fdfd commit 08edc6bCopy full SHA for 08edc6b
.github/workflows/lint.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pipx run build
53
54
- name: Build
55
- run: pipx run twine check --strict
+ run: pipx run twine check --strict ./dist/*
56
57
- name: Archive files
58
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments