Skip to content

Commit 819551e

Browse files
committed
no overwrite, cp -v
1 parent 938abfd commit 819551e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
with:
7777
name: ${{ matrix.os }}-wheels
7878
path: wheelhouse
79-
overwrite: true
8079

8180
manylinux2_28:
8281
name: Build and test Linux wheels
@@ -218,7 +217,7 @@ jobs:
218217
- name: Move to dist
219218
run: |
220219
mkdir dist
221-
cp */*.{whl,gz} dist/.
220+
cp -v */*.{whl,gz} dist/.
222221
- name: Publish distribution to PRODUCTION PyPI
223222
if: github.event_name == 'release'
224223
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)