Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcroland committed Jan 2, 2024
1 parent ea4e28a commit de68398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:

- name: Upload release to PyPI
run: |
poetry build
poetry publish -u __token__ -p "${{ secrets.PYPI_TOKEN }}"
python -m poetry build
python -m poetry publish -u __token__ -p "${{ secrets.PYPI_TOKEN }}"
- name: Send Telegram notifications
continue-on-error: true
Expand Down

0 comments on commit de68398

Please sign in to comment.