Skip to content

Commit 8ddc000

Browse files
committed
Update publish.yml for improved GitHub Actions workflow
1 parent da42475 commit 8ddc000

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
name: python-package-distributions
3636
path: dist/
37+
- name: Build wheel
38+
run: |
39+
python -m build --wheel --config-setting=--plat-name=manylinux2014_x86_64
3740
3841
publish-to-pypi:
3942
name: Publish to PyPI 🚀

0 commit comments

Comments
 (0)