Skip to content

Commit

Permalink
Merge pull request optuna#841 from c-bata/fix-pypi-publish-action
Browse files Browse the repository at this point in the history
Fix pypi-publish action
  • Loading branch information
c-bata authored Mar 12, 2024
2 parents c72d84e + 44d3bb3 commit 0909039
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 0909039

Please sign in to comment.