Skip to content

Commit 65ff9d0

Browse files
committed
Fix build
1 parent 22f4b83 commit 65ff9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
pip install build
2828
- name: Build
29-
run: |
29+
run: |
3030
python -m build
3131
- name: Publish package distributions to PyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)