Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
env:
# Common versions
PYTHON_VERSION: '3.11'
HATCH_VERSION: '1.12.0'
HATCH_VERSION: '1.16.5'

# The PyPi project version to push. The default is v0.0.0+gitdate-gitsha.
PYPI_VERSION: ${{ inputs.version }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: hatch build

- name: Upload Sdist and Wheel to GitHub
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: dist
path: "dist/*"
Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download Sdist and Wheel from GitHub
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: dist
path: "dist"
Expand Down Expand Up @@ -159,4 +159,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4