Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jan 24, 2024
1 parent 55e7e97 commit b5daa41
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
conda-build-version: 3.28.4
python-version: "3.8"
miniforge-variant: Mambaforge

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_linux.yml
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
conda-build-version: 3.28.4
python-version: "3.8"
miniforge-variant: Mambaforge

Expand Down
3 changes: 3 additions & 0 deletions .readthedocs.yml
Expand Up @@ -19,3 +19,6 @@ build:
jobs:
post_create_environment:
- pip install .[all]
post_install:
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -112,7 +112,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
:target: https://github.com/repo-helper/repo_helper/commit/master
:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/repo_helper
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -118,7 +118,7 @@ This project is in an early stage, and some things might not work correctly or b
:last-commit:
:alt: GitHub last commit

.. |maintained| maintained-shield:: 2023
.. |maintained| maintained-shield:: 2024
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -104,7 +104,8 @@ changedir = {toxinidir}
deps =
build[virtualenv]>=0.3.1
check-wheel-contents>=0.1.0
twine>=3.2.0
twine>=3.2.0; python_version < "3.13"
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
commands =
python -m build --sdist --wheel "{toxinidir}"
Expand Down

0 comments on commit b5daa41

Please sign in to comment.