Skip to content

Commit f2bc0bf

Browse files
Updated files with 'repo_helper'.
1 parent 0d7823a commit f2bc0bf

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
activate-environment: env
33-
conda-build-version: 3.23.3
33+
conda-build-version: 3.28.4
3434
python-version: "3.8"
3535
miniforge-variant: Mambaforge
3636

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
uses: conda-incubator/setup-miniconda@v2
194194
with:
195195
activate-environment: env
196-
conda-build-version: 3.23.3
196+
conda-build-version: 3.28.4
197197
python-version: "3.8"
198198
miniforge-variant: Mambaforge
199199

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ build:
1919
jobs:
2020
post_create_environment:
2121
- pip install .[all]
22+
post_install:
23+
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24+
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
112112
:target: https://github.com/repo-helper/repo_helper/commit/master
113113
:alt: GitHub last commit
114114

115-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
115+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
116116
:alt: Maintenance
117117

118118
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/repo_helper

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This project is in an early stage, and some things might not work correctly or b
118118
:last-commit:
119119
:alt: GitHub last commit
120120

121-
.. |maintained| maintained-shield:: 2023
121+
.. |maintained| maintained-shield:: 2024
122122
:alt: Maintenance
123123

124124
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ changedir = {toxinidir}
104104
deps =
105105
build[virtualenv]>=0.3.1
106106
check-wheel-contents>=0.1.0
107-
twine>=3.2.0
107+
twine>=3.2.0; python_version < "3.13"
108+
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
108109
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
109110
commands =
110111
python -m build --sdist --wheel "{toxinidir}"

0 commit comments

Comments
 (0)