Skip to content

Commit 75fb1b0

Browse files
Dont rename wheels when releasing (#2)
1 parent 2c803f5 commit 75fb1b0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,8 @@ jobs:
162162
run: |
163163
echo "Listing wheels-linux:"
164164
ls -l wheels-linux
165-
mv wheels-linux/jecq-*.whl wheels-linux/jecq-linux.whl
166165
echo "Listing wheels-windows:"
167166
ls -l wheels-windows
168-
mv wheels-windows/jecq-*.whl wheels-windows/jecq-windows.whl
169167
170168
- name: Create draft release
171169
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)