Skip to content

Commit

Permalink
Fix pypi-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Mar 12, 2024
1 parent 0664ea3 commit 44d3bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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

- name: Publish distribution to PyPI
Expand Down

0 comments on commit 44d3bb3

Please sign in to comment.