Skip to content

Commit

Permalink
review actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 10, 2024
1 parent 60b8d95 commit 05525aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
check-manifest --verbose
- name: Test wheels
run: >
run: |
cd dist
&& python -m twine check *
&& python -m pip install *.whl
&& cp --recursive ../tests .
&& python -m pytest -rxs tests
python -m twine check *
python -m pip install *.whl
cp --recursive ../tests .
python -m pytest -rxs tests
- name: Publish to PyPI
if: success() && github.event_name == 'release'
Expand Down

0 comments on commit 05525aa

Please sign in to comment.