File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 7777 permissions :
7878 contents : write
7979 steps :
80+ - name : Delete old files
81+ run : rm -rf dist/*
82+
8083 - name : Download wheel
8184 uses : actions/download-artifact@v4
8285 with :
@@ -97,20 +100,6 @@ jobs:
97100 prerelease : false
98101 make_latest : true
99102
100- commit_whl_index :
101- needs : build_wheel
102- runs-on : ubuntu-latest
103- steps :
104- - name : Download wheel
105- uses : actions/download-artifact@v4
106- with :
107- path : dist
108- merge-multiple : true
109- pattern : wheel-*
110-
111- - name : Show wheels
112- run : ls -lha dist
113-
114103 - name : Clone whl repo
115104 run : |
116105 git clone https://oauth2:${WHL_TOKEN}@github.com/vectorch-ai/whl.git
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ jobs:
127127 permissions :
128128 contents : write
129129 steps :
130+ - name : Delete old files
131+ run : rm -rf dist/*
132+
130133 - name : Download wheel
131134 uses : actions/download-artifact@v4
132135 with :
You can’t perform that action at this time.
0 commit comments