Skip to content

Commit c13285b

Browse files
committed
deploy action fixes
1 parent 44b5763 commit c13285b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Python Package
1+
name: deploy
22

33
on:
44
release:
@@ -15,7 +15,7 @@ jobs:
1515
- name: install-deps
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install setuptools wheel twine
18+
pip install build setuptools wheel twine
1919
- name: build
2020
run: |
2121
python -m build

0 commit comments

Comments
 (0)