Skip to content

Commit a8fc173

Browse files
committed
AEA-5986 Install asdf dependencies when pypi_publish.
1 parent fa5243b commit a8fc173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
name: config_artifact
243243

244244
- name: Cache asdf
245-
if: inputs.publish_packages != ''
245+
if: inputs.publish_packages != '' || inputs.pypi_publish != ''
246246
uses: actions/cache@v5
247247
with:
248248
path: |
@@ -252,7 +252,7 @@ jobs:
252252
${{ runner.os }}-asdf-
253253
254254
- name: Install asdf dependencies in .tool-versions
255-
if: inputs.publish_packages != ''
255+
if: inputs.publish_packages != '' || inputs.pypi_publish != ''
256256
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
257257
with:
258258
asdf_version: ${{ inputs.asdfVersion }}

0 commit comments

Comments
 (0)