File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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
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
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.2
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