Skip to content

Commit

Permalink
Custom poetry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Aug 15, 2024
1 parent 27700f9 commit 2a89172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
pipx ensurepath
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
- name: Build and publish to Python package repository
run: |
poetry build
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
poetry publish

0 comments on commit 2a89172

Please sign in to comment.