Skip to content

Commit

Permalink
chore(ci): fix pupi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
auredentan committed Nov 15, 2021
1 parent 02800a1 commit 51ea98e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.11
- name: Configure poetry
run: poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Build and publish package
Expand Down

0 comments on commit 51ea98e

Please sign in to comment.