Skip to content

Commit 4687912

Browse files
Build and publish wheels (#24)
1 parent 77f7c1f commit 4687912

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-sdist.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
uses: actions/setup-python@v2
1616
with:
1717
python-version: 3.8
18-
- name: Build a source tarball
18+
- name: Build a wheel and a source tarball
1919
run: |
20-
python setup.py sdist
20+
pip install setuptools>=42 wheel setuptools_scm[toml]>=3.4
21+
python setup.py sdist bdist_wheel
2122
- name: Publish distribution package to PyPI
2223
uses: pypa/gh-action-pypi-publish@master
2324
with:

0 commit comments

Comments
 (0)