We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4361758 commit 23c500fCopy full SHA for 23c500f
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ concurrency:
28
env:
29
# Common versions
30
PYTHON_VERSION: '3.11'
31
- HATCH_VERSION: '1.12.0'
+ HATCH_VERSION: '1.16.5'
32
33
# The PyPi project version to push. The default is v0.0.0+gitdate-gitsha.
34
PYPI_VERSION: ${{ inputs.version }}
@@ -159,4 +159,4 @@ jobs:
159
160
- name: Deploy to GitHub Pages
161
id: deployment
162
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments