Skip to content

Commit

Permalink
Remove unnecessary build step
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nameless committed Nov 21, 2024
1 parent 72282a6 commit c5a7fe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
- name: Install dependencies
run: |
poetry install
- name: Build package
run: poetry build
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit c5a7fe9

Please sign in to comment.