Skip to content

Commit 7a4c018

Browse files
author
James Parkhurst
committed
Fixed workflow
1 parent c80fd35 commit 7a4c018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install setuptools wheel twine
33+
pip install build
3434
- name: Build package
3535
run: python -m build --sdist
3636
- name: Publish package

0 commit comments

Comments
 (0)