Skip to content

Commit 4adb690

Browse files
authored
Update python-publish.yml
1 parent 55adcbe commit 4adb690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
python-version: "3.x"
1818
- name: Build package
1919
run: |
20-
python -m pip install --upgrade pip
21-
python -m pip install build
20+
python -m pip install --upgrade pip build
21+
python -m build
2222
- name: Publish package
2323
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:

0 commit comments

Comments
 (0)