Skip to content

Commit

Permalink
correct pypi release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Oct 11, 2024
1 parent 2402ff8 commit 1877f65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install poetry
run: |
pip install poetry
- name: Configure Poetry
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1877f65

Please sign in to comment.