Skip to content

Commit

Permalink
Add a CI test step for testing packaging commands
Browse files Browse the repository at this point in the history
So that we don't get surprises on the actual publication.
  • Loading branch information
schivmeister committed Dec 20, 2023
1 parent 8da290d commit 7381514
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
make test
- name: Test packaging
run: |
python setup.py sdist bdist_wheel
twine check dist/*
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7381514

Please sign in to comment.