Skip to content

Commit bff818c

Browse files
committed
[CI]: Fix typo
1 parent fd74854 commit bff818c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install --upgrade build setuptools
23-
python -m setup
23+
python -m build
2424
- name: Release
2525
uses: softprops/action-gh-release@v1
2626
with:

0 commit comments

Comments
 (0)