Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Nov 6, 2023
1 parent a6700ae commit 6343351
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- uses: Gr1N/setup-poetry@v8
- name: Set up pooetry
run: pip install poetry
- name: Build package
run: poetry build
run: python -m poetry build
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
Expand Down

0 comments on commit 6343351

Please sign in to comment.