Skip to content

Commit

Permalink
Install build
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-umezawa committed Mar 5, 2024
1 parent 54d8b1f commit e5ca8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off wheel twine
pip install --progress-bar off wheel twine build
- run: python -m build --sdist --wheel
- run: twine check dist/*

Expand Down

0 comments on commit e5ca8ea

Please sign in to comment.