Skip to content

Commit

Permalink
🎨🐛 use latest python action everywhere, build dists
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Feb 22, 2024
1 parent b30cbc8 commit 9e2a680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4.0.0
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
# os: [ubuntu-20.04, windows-2019, macOS-10.15]

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

# - uses: actions/setup-python@v5
# with:
Expand Down

0 comments on commit 9e2a680

Please sign in to comment.