Skip to content

Commit d930cd9

Browse files
authored
Merge branch 'main' into examples_docs
2 parents 600b9a2 + a7d8629 commit d930cd9

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,11 @@ jobs:
5959
run: git fetch origin 'refs/tags/*:refs/tags/*'
6060

6161
- name: Setup Miniconda
62-
uses: conda-incubator/setup-miniconda@v3
62+
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830
6363
with:
6464
python-version: ${{ env.PYTHON }}
6565
miniforge-version: latest
6666
channels: conda-forge
67-
# Allow conda to use other than tar.bz2
68-
# (otherwise it cannot find latest versions that
69-
# don't use tar-bz2 files, see
70-
# https://github.com/conda-incubator/setup-miniconda/issues/267)
71-
use-only-tar-bz2: false
7267

7368
- name: Collect requirements
7469
run: |

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Publish to Test PyPI
116116
# Only publish to TestPyPI when a PR is merged (pushed to main)
117117
if: success() && github.event_name == 'push'
118-
uses: pypa/gh-action-pypi-publish@v1.12.4
118+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
119119
with:
120120
repository_url: https://test.pypi.org/legacy/
121121
# Allow existing releases on test PyPI without errors.
@@ -125,4 +125,4 @@ jobs:
125125
- name: Publish to PyPI
126126
# Only publish to PyPI when a release triggers the build
127127
if: success() && github.event_name == 'release'
128-
uses: pypa/gh-action-pypi-publish@v1.12.4
128+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
run: ls -l -R .
182182

183183
- name: Upload coverage reports to Codecov
184-
uses: codecov/codecov-action@v5
184+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
185185
with:
186186
# Upload all coverage report files
187187
files: ./coverage_*/coverage.xml

0 commit comments

Comments
 (0)