Skip to content

Commit

Permalink
Fix bug in github workflow v3
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 19, 2023
1 parent c251f59 commit cae2c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ jobs:
# dist/*.tar.gz
- name: Build and publish package
run: poetry publish --build --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
continue-on-error: true

0 comments on commit cae2c61

Please sign in to comment.