We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pypiserver==2.3.2
1 parent 6accaa3 commit e3d9183Copy full SHA for e3d9183
.github/workflows/test.yml
@@ -33,6 +33,8 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
35
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
36
+ with:
37
+ ignore_links: https://blog.jupyter.org/.*
38
39
test:
40
runs-on: ${{ matrix.os }}
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
"packaging",
"pkginfo",
"pypiserver==2.2.0; python_version < '3.13'",
- "pypiserver; python_version >= '3.13'",
+ "pypiserver==2.3.2; python_version >= '3.13'",
"pipx",
"requests",
"requests_cache",
0 commit comments