File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
70
70
- name : Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
71
71
if : ${{ matrix.conda }}
72
- uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
72
+ uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
73
73
with :
74
74
cache-downloads : true
75
75
cache-environment : true
@@ -153,7 +153,7 @@ jobs:
153
153
cache : " pip"
154
154
- name : Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
155
155
if : ${{ matrix.conda }}
156
- uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
156
+ uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
157
157
with :
158
158
cache-downloads : true
159
159
cache-environment : true
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ jobs:
103
103
name : artifact
104
104
path : dist
105
105
- name : Publish distribution 📦 to PyPI
106
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
106
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
107
107
with :
108
108
print-hash : true
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
name : artifact
101
101
path : dist
102
102
- name : Publish distribution 📦 to Test PyPI
103
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
103
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
104
104
with :
105
105
print-hash : true
106
106
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments