We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11b218 commit ee85e4eCopy full SHA for ee85e4e
.github/workflows/_build-packages.yml
@@ -54,9 +54,9 @@ jobs:
54
with: # download all build artifacts
55
pattern: ${{ inputs.artifact-name }}-*
56
merge-multiple: true
57
- path: pypi
58
- name: Keep artifact
59
run: python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
+ - run: ls -lh pypi/
60
- uses: actions/upload-artifact@v4
61
with:
62
name: ${{ inputs.artifact-name }}
0 commit comments