Skip to content

Commit f312390

Browse files
🐛 Update release.yml with setuptools installation
1 parent d5242a0 commit f312390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: pip install wheel
2121
- name: Build Package
2222
run: |
23+
pip install setuptools
2324
python setup.py sdist bdist_wheel
2425
2526
- name: Publish package distributions to PyPI
26-
uses: pypa/gh-action-pypi-publish@release/v1
27+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)