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 a7f1ac1 commit 5a62278Copy full SHA for 5a62278
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v2
14
- name: Build package
15
- run: pip install wheel && python setup.py sdist bdist_wheel && ls -l dist
+ run: pip install wheel setuptools && python setup.py sdist bdist_wheel && ls -l dist
16
- name: Publish package to TestPyPI
17
uses: pypa/gh-action-pypi-publish@master
18
continue-on-error: true
0 commit comments