Skip to content

Commit

Permalink
build and publish wheel (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Feb 14, 2025
1 parent 841489c commit b4b0298
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox wheel
pip install tox build
- name: Deployment Tests
env:
Expand All @@ -34,9 +34,8 @@ jobs:
run: |
tox -e testcore
- name: Build Python source tarball
# run: python setup.py sdist bdist_wheel
run: python setup.py sdist
- name: Build Python distributions
run: python -m build

- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit b4b0298

Please sign in to comment.