Skip to content

Commit

Permalink
AGHH
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Nov 6, 2023
1 parent 6aeb938 commit c5bea55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
with:
python-version: '3.x'
- name: Set up pooetry
run: pip install poetry
run:
pip install poetry |
python -m poetry --version |
ls -la
- name: Build package
run: python -m poetry build
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c5bea55

Please sign in to comment.