File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
fetch-depth : 0
27
27
28
28
- name : Setup Miniconda
29
- uses : conda-incubator/setup-miniconda@v3.0.4
29
+ uses : conda-incubator/setup-miniconda@v3.1.0
30
30
with :
31
31
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
32
32
installer-url : https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
74
74
cp benchmarks.log .asv/results/
75
75
working-directory : ${{ env.ASV_DIR }}
76
76
77
- - uses : actions/upload-artifact@v4.4.3
77
+ - uses : actions/upload-artifact@v4.5.0
78
78
if : always()
79
79
with :
80
80
name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change 33
33
with :
34
34
fetch-depth : 0
35
35
- name : Set up conda
36
- uses : conda-incubator/setup-miniconda@v3.0.4
36
+ uses : conda-incubator/setup-miniconda@v3.1.0
37
37
with :
38
38
auto-update-conda : false
39
39
channels : conda-forge
58
58
shell : ' bash -l {0}'
59
59
steps :
60
60
61
- - uses : conda-incubator/setup-miniconda@v3.0.4
61
+ - uses : conda-incubator/setup-miniconda@v3.1.0
62
62
with :
63
63
channels : conda-forge
64
64
miniforge-variant : Mambaforge
87
87
steps :
88
88
89
89
- name : Set up conda
90
- uses : conda-incubator/setup-miniconda@v3.0.4
90
+ uses : conda-incubator/setup-miniconda@v3.1.0
91
91
with :
92
92
auto-update-conda : false
93
93
channels : conda-forge
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
python-version : ' 3.11'
134
134
- name : Set up Julia
135
- uses :
julia-actions/[email protected] .0
135
+ uses :
julia-actions/[email protected] .1
136
136
with :
137
137
version : 1.7.1
138
138
- name : Install dependencies
Original file line number Diff line number Diff line change 45
45
46
46
- name : Publish a Python distribution to PyPI
47
47
if : success() && github.event_name == 'release'
48
- uses : pypa/gh-action-pypi-publish@v1.10 .3
48
+ uses : pypa/gh-action-pypi-publish@v1.12 .3
49
49
with :
50
50
user : __token__
51
51
password : ${{ secrets.PYPI_PASSWORD }}
You can’t perform that action at this time.
0 commit comments