Skip to content

Commit 716803d

Browse files
authored
Update publish.yml
1 parent 7c91aae commit 716803d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
python-version: "3.10"
1818

1919
- name: Build distribution
20-
run: python -m build
20+
run: |
21+
pip install build
22+
python -m build
2123
2224
- name: Publish
2325
uses: pypa/[email protected]

0 commit comments

Comments
 (0)