Skip to content

Commit

Permalink
Merge pull request #894 from AntonOsika/refactor-poetry
Browse files Browse the repository at this point in the history
fix: publish to PyPI with Poetry
  • Loading branch information
captivus authored Dec 8, 2023
2 parents 5a9b4ec + 88905bc commit 56c9e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
# Update to use Poetry's cache
cache: 'poetry'

# Install Poetry
# Install Poetry and add it to PATH
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
# Cache Poetry's dependencies based on the lock file
- name: Set up Poetry cache
Expand Down

0 comments on commit 56c9e25

Please sign in to comment.