We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5243b commit a8fc173Copy full SHA for a8fc173
1 file changed
.github/workflows/tag-release.yml
@@ -242,7 +242,7 @@ jobs:
242
name: config_artifact
243
244
- name: Cache asdf
245
- if: inputs.publish_packages != ''
+ if: inputs.publish_packages != '' || inputs.pypi_publish != ''
246
uses: actions/cache@v5
247
with:
248
path: |
@@ -252,7 +252,7 @@ jobs:
252
${{ runner.os }}-asdf-
253
254
- name: Install asdf dependencies in .tool-versions
255
256
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
257
258
asdf_version: ${{ inputs.asdfVersion }}
0 commit comments