Skip to content

Commit bff7829

Browse files
authored
Testing methods to upload and download all artifacts (#185)
* testing methods to upload and download all artifacts * testing merge-multiple * adding merge-multiple for pypi and test-pypi
1 parent b2c1577 commit bff7829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/download-artifact@v4
9393
with:
94-
name: pypi-sdist
94+
merge-multiple: true
9595
path: ${{ github.workspace }}/dist
9696

9797
- shell: bash
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/download-artifact@v4
110110
with:
111-
name: pypi-sdist
111+
merge-multiple: true
112112
path: ${{ github.workspace }}/dist
113113

114114
- uses: pypa/gh-action-pypi-publish@release/v1
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- uses: actions/download-artifact@v4
131131
with:
132-
name: pypi-sdist
132+
merge-multiple: true
133133
path: ${{ github.workspace }}/dist
134134

135135
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)