Skip to content

Commit

Permalink
fix: setup-python v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Apr 10, 2024
1 parent 16766dd commit 48a4b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install poetry
Expand All @@ -23,7 +23,7 @@ jobs:
with:
name: dist
path: dist/*

# Publishing to PyPI. Necessary?
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 48a4b95

Please sign in to comment.