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 77f7c1f commit 4687912Copy full SHA for 4687912
.github/workflows/publish-sdist.yml
@@ -15,9 +15,10 @@ jobs:
15
uses: actions/setup-python@v2
16
with:
17
python-version: 3.8
18
- - name: Build a source tarball
+ - name: Build a wheel and a source tarball
19
run: |
20
- python setup.py sdist
+ pip install setuptools>=42 wheel setuptools_scm[toml]>=3.4
21
+ python setup.py sdist bdist_wheel
22
- name: Publish distribution package to PyPI
23
uses: pypa/gh-action-pypi-publish@master
24
0 commit comments