Skip to content

Commit

Permalink
update pypi error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed May 1, 2024
1 parent 3cb7af9 commit c0d4452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
- name: Publish distribution 📦 to PyPI
run: |
poetry publish --build
poetry publish
# poetry publish --build


# github-release:
Expand Down

0 comments on commit c0d4452

Please sign in to comment.