We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532ff63 commit 43ae41dCopy full SHA for 43ae41d
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
shell: bash -l {0}
24
run: |
25
- pip install versioneer[toml]==0.29
+ pip install setuptools versioneer[toml]==0.29
26
python setup.py sdist bdist_wheel
27
- name: Publish distribution 📦 to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments