Skip to content

Commit 2526da3

Browse files
committed
fix config
1 parent 0c6be06 commit 2526da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build a binary wheel and a source tarball
2424
run: python3 -m build
2525
- name: Check the distribution files with `twine`
26-
run: >-
26+
run: |
2727
twine --version
2828
twine check --strict dist/*
2929
- name: Upload artifact

0 commit comments

Comments
 (0)