File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 tox -e base,dist,docs
8383
8484 - name : Upload coverage
85- uses : codecov/codecov-action@v5
85+ uses : codecov/codecov-action@v6
8686 with :
8787 env_vars : TOXENV,DJANGO
8888
Original file line number Diff line number Diff line change 5858 name : python-package-distributions
5959 path : dist/
6060 - name : Publish distribution 📦 to TestPyPI
61- uses : pypa/gh-action-pypi-publish@release/v1.13
61+ uses : pypa/gh-action-pypi-publish@release/v1.14
6262 with :
6363 repository-url : https://test.pypi.org/legacy/
6464 skip-existing : true
8181 name : python-package-distributions
8282 path : dist/
8383 - name : Publish distribution 📦 to PyPI
84- uses : pypa/gh-action-pypi-publish@release/v1.13
84+ uses : pypa/gh-action-pypi-publish@release/v1.14
8585
8686 github-release :
8787 name : >-
@@ -100,7 +100,7 @@ jobs:
100100 name : python-package-distributions
101101 path : dist/
102102 - name : Sign the dists with Sigstore
103- uses : sigstore/gh-action-sigstore-python@v3.2 .0
103+ uses : sigstore/gh-action-sigstore-python@v3.3 .0
104104 with :
105105 inputs : >-
106106 ./dist/*.tar.gz
Original file line number Diff line number Diff line change 1212 jobs :
1313 install :
1414 - pip install --upgrade pip
15- - pip install -e . - -group docs
15+ - pip install --group docs
1616
1717# Build documentation with Mkdocs
1818mkdocs :
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ optional = [
6969 " legacy-cgi; python_version>='3.13'" ,
7070 " markdown>=3.3.7" ,
7171 " psycopg[binary]>=3.1.8" ,
72- " pygments>=2.17,<2.20 " ,
72+ " pygments>=2.17,<2.21 " ,
7373 " pyyaml>=5.3.1,<6.1" ,
7474 " requests" ,
7575 " uritemplate" ,
You can’t perform that action at this time.
0 commit comments