Skip to content

Commit 5a62278

Browse files
authored
install setuptools in release.yaml (#220)
1 parent a7f1ac1 commit 5a62278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: Build package
15-
run: pip install wheel && python setup.py sdist bdist_wheel && ls -l dist
15+
run: pip install wheel setuptools && python setup.py sdist bdist_wheel && ls -l dist
1616
- name: Publish package to TestPyPI
1717
uses: pypa/gh-action-pypi-publish@master
1818
continue-on-error: true

0 commit comments

Comments
 (0)