Skip to content

Commit b32e7ef

Browse files
committed
update
1 parent e099386 commit b32e7ef

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.github/workflows/create_release.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
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

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)