Skip to content

Commit 40532c2

Browse files
committed
.
1 parent d5c135c commit 40532c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
226226
run: |
227227
ls
228-
twine upload wheelhouse/*.whl --skip-existing
228+
twine upload *.whl --skip-existing
229229
230230
build_wheel_dev:
231231
name: Build wheel for documentation and tests

0 commit comments

Comments
 (0)