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 03376b9 commit 92de8b2Copy full SHA for 92de8b2
.github/workflows/python-publish.yml
@@ -31,7 +31,8 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install build
33
- name: Build package
34
- run: python -m build
+ # PyPI does not allow to upload wheels built using linux_x86_64
35
+ run: python -m build --sdist
36
- name: Publish package
37
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
38
with:
0 commit comments