Skip to content

Commit

Permalink
Fix pypi publish
Browse files Browse the repository at this point in the history
The download-artifact job has been discontinued
  • Loading branch information
Kyle-Verhoog committed Oct 23, 2024
1 parent a815bb6 commit 41e46e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.9'
python-version: '3.12'

- name: Build wheels
run: |
Expand All @@ -40,10 +40,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.9'
python-version: '3.12'

- name: Build sdist
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: sdist
path: dist
Expand Down

0 comments on commit 41e46e2

Please sign in to comment.