Skip to content

Commit

Permalink
pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fschncvg committed Oct 24, 2024
1 parent 9df9145 commit 9e7a6ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
pip install
pytest
--user
- name: Install locally the built distribution packages
run: >-
python3 -m
pip install
dist/*.tar.gz
dist/*.whl
--user
- name: Run the tests
run: python3 -m pytest

Expand Down

0 comments on commit 9e7a6ff

Please sign in to comment.