Skip to content

Commit

Permalink
disable wheel for PyPI
Browse files Browse the repository at this point in the history
Change-Id: I11856ff6c41a8cca120a45e99f638e8db48fdf5b
  • Loading branch information
ahothan committed Jan 15, 2023
1 parent 03376b9 commit 92de8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
# PyPI does not allow to upload wheels built using linux_x86_64
run: python -m build --sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 92de8b2

Please sign in to comment.