We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6be06 commit 2526da3Copy full SHA for 2526da3
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build a binary wheel and a source tarball
24
run: python3 -m build
25
- name: Check the distribution files with `twine`
26
- run: >-
+ run: |
27
twine --version
28
twine check --strict dist/*
29
- name: Upload artifact
0 commit comments