Skip to content

Commit

Permalink
Fix publishing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
earthpyy committed Jan 6, 2023
1 parent dccacfa commit e89da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
poetry-version: "1.1.11"
- name: Install publishing tools
run: |
pip install poetry-dynamic-versioning
pip install poetry-dynamic-versioning[plugin]
- name: Build and publish package
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit e89da70

Please sign in to comment.