Skip to content

Commit

Permalink
chore: update pypi ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkx committed Aug 28, 2024
1 parent 714293f commit b75eb02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
poetry config --list
- name: Install dependencies
run: poetry install
run: |
poetry install
poetry plugin add poetry-version-plugin
- name: Configure poetry
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit b75eb02

Please sign in to comment.