Skip to content

Commit 0298f68

Browse files
committed
More fixing
1 parent 41e97ea commit 0298f68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
python-version: '3.10'
5959

6060
- name: Build
61-
run: python -m build
61+
run: |
62+
pip install build
63+
python -m build
6264
6365
- name: Publish
6466
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)