Skip to content

Commit c6c3db2

Browse files
committed
updating download tool
1 parent 3a5a413 commit c6c3db2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/upload_testpypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Publish wheels to testpypi
22

33
on:
44
workflow_dispatch:
5-
pull_request:
65

76
jobs:
87
publish_test:
@@ -18,7 +17,7 @@ jobs:
1817

1918
steps:
2019
- name: Download all the dists
21-
uses: actions/download-artifact@v3
20+
uses: actions/download-artifact@v4
2221
with:
2322
pattern: cibw-* # download all the wheels
2423
path: dist

0 commit comments

Comments
 (0)