Skip to content

Commit 92de8b2

Browse files
committed
disable wheel for PyPI
Change-Id: I11856ff6c41a8cca120a45e99f638e8db48fdf5b
1 parent 03376b9 commit 92de8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build
3333
- name: Build package
34-
run: python -m build
34+
# PyPI does not allow to upload wheels built using linux_x86_64
35+
run: python -m build --sdist
3536
- name: Publish package
3637
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3738
with:

0 commit comments

Comments
 (0)