Skip to content

Commit

Permalink
Add test step in python publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
asloobq committed Jun 21, 2024
1 parent a4adc4b commit 4ad5890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shared-publish-to-pypi-versioned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
python3 -m pip install --upgrade build
python3 -m build
- name: Test
run: |
python3 -m unittest discover -s ./tests
- name: Publish
run: |
python3 -m pip install --upgrade twine
Expand Down

0 comments on commit 4ad5890

Please sign in to comment.