Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 12, 2023
1 parent a708ca7 commit 7be61f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build source and wheel distributions
run: |
cd python/mopp
python3 -m pip install --upgrade build twine
ls
python3 -m pip install --upgrade build twine wheel
python3 -m build
twine check --strict dist/*
Expand Down

0 comments on commit 7be61f3

Please sign in to comment.