Skip to content

Commit

Permalink
Fix GitHub actions that were missed
Browse files Browse the repository at this point in the history
  • Loading branch information
smsearcy committed Sep 13, 2024
1 parent ee43af2 commit e8bffa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand All @@ -34,7 +34,6 @@ jobs:

- name: Save package artifacts
uses: actions/upload-artifact@v4
# this might have issues with v4 (duplicate uploads?)
with:
name: Packages
path: dist
Expand Down

0 comments on commit e8bffa1

Please sign in to comment.