Skip to content

Commit

Permalink
Fix poetry version in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Oct 19, 2022
1 parent aa0abaa commit 6ec1762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yaml
Expand Up @@ -180,7 +180,8 @@ jobs:
poetry-version: "1.2.2"
- name: Poetry publish
run: |
poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}
echo "skip"
# poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}

build-packages:
name: Build prebuild packages & draft release
Expand All @@ -198,7 +199,7 @@ jobs:
python-version: "3.10"
- uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: "1.2.1"
poetry-version: "1.2.2"
- name: Install dependencies
shell: bash -l {0}
run: poetry install
Expand Down

0 comments on commit 6ec1762

Please sign in to comment.