Skip to content

Commit 0dff36c

Browse files
authored
Fix publish-to-pypi.yml (#841)
* Update publish-to-pypi.yml * Update publish-to-pypi.yml
1 parent 9e3bfb6 commit 0dff36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
python-version: "3.11"
1717
- name: Install wheel
18-
run: >-
18+
run: |-
1919
pip install wheel
2020
- name: Build
21-
run: >-
21+
run: |-
2222
pip install build
2323
python -m build
2424
- name: Publish release to PyPI

0 commit comments

Comments
 (0)