Skip to content

Commit f17e2e4

Browse files
fix(ci): add missing setuptools to the 'publish' phase
1 parent 19b198a commit f17e2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
TWINE_USERNAME: __token__
2525
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2626
run: |
27-
pip install wheel twine
27+
pip install setuptools wheel twine
2828
make upload

0 commit comments

Comments
 (0)