Skip to content

Commit c0c4d13

Browse files
authored
Merge branch 'main' into fix/database-url-ci
2 parents 8064ef6 + 67fea6a commit c0c4d13

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
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
1818
mkdocs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)