Skip to content

Commit

Permalink
Update pypi.yml to also build wheel
Browse files Browse the repository at this point in the history
Also build a wheel, such that twine can automatically upload it first such that pypi can extract the dependencies better and the pypi json api doesn't return `requires_dist = null`
  • Loading branch information
keesterbrugge committed Jul 11, 2022
1 parent c1fef51 commit 9a0b19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Build the sdist
- name: Build the sdist and the wheel
run: |
python setup.py sdist
python setup.py sdist bdist_wheel
- name: Check the sdist installs and imports
run: |
mkdir -p test-sdist
Expand Down

0 comments on commit 9a0b19d

Please sign in to comment.