Skip to content

Commit

Permalink
Poetry version fixing for action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeffarion committed Sep 20, 2023
1 parent 064d026 commit 19e3d08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout code
uses: actions/checkout@v2
with:
Expand All @@ -22,6 +21,8 @@ jobs:

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.5.1"

- name: Poetry setup tools
run: poetry add setuptools==60.0.0
Expand All @@ -33,7 +34,7 @@ jobs:
run: poetry build

- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1"
with:
password: ${{ secrets.pypi_password }}
skip_existing: true

0 comments on commit 19e3d08

Please sign in to comment.