Skip to content

Commit 43ae41d

Browse files
committed
Install setuptools
1 parent 532ff63 commit 43ae41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
shell: bash -l {0}
2424
run: |
25-
pip install versioneer[toml]==0.29
25+
pip install setuptools versioneer[toml]==0.29
2626
python setup.py sdist bdist_wheel
2727
- name: Publish distribution 📦 to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)