CI: merge-multiple: true when downloading artifacts

This commit is contained in:
Scott Talbert
2024-09-04 10:28:59 -04:00
committed by GitHub
parent cae5bcabbe
commit 522af45b6c

View File

@@ -215,6 +215,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with: