Skip to content

Commit

Permalink
不要な依存関係インストールを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
okaits committed Jun 13, 2024
1 parent b8c7a8f commit cb3264e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
python3 -m pip install poetry
poetry config pypi-token.pypi ${{secrets.PYPI_TOKEN}}
- name: Install dependencies
run: python3 -m poetry install

- name: Build package
run: python3 -m poetry build

Expand Down

0 comments on commit cb3264e

Please sign in to comment.