Skip to content

Commit 2108448

Browse files
authored
Update CI.yml
1 parent bc1d3e4 commit 2108448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
steps:
266266
- uses: actions/download-artifact@v4
267267
with:
268-
path: wheels
268+
path: dist
269269
pattern: wheels-*
270270
merge-multiple: true
271271
- uses: actions/setup-python@v5
@@ -277,4 +277,4 @@ jobs:
277277
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
278278
run: |
279279
pip install --upgrade twine
280-
twine upload --skip-existing *
280+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)