Skip to content

Commit

Permalink
Merge pull request #35 from dan-mccabe/fix-pypi-build-action
Browse files Browse the repository at this point in the history
Fix GitHub action for publishing to PyPI
  • Loading branch information
nreinicke authored Feb 21, 2025
2 parents cfb14f8 + 66152e3 commit 47fc49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
hatch build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./dist/*
- name: Publish package
Expand Down

0 comments on commit 47fc49b

Please sign in to comment.