We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5242a0 commit f312390Copy full SHA for f312390
.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
20
run: pip install wheel
21
- name: Build Package
22
run: |
23
+ pip install setuptools
24
python setup.py sdist bdist_wheel
25
26
- name: Publish package distributions to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
27
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments