Skip to content

Commit 2943bed

Browse files
committed
Fix missing source package during publish
1 parent 165bcf5 commit 2943bed

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
@@ -336,7 +336,7 @@ jobs:
336336
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
337337
run: |
338338
ls
339-
twine upload *.whl --skip-existing
339+
twine upload --skip-existing *.whl *.tar.gz
340340
341341
build_wheel_dev:
342342
name: Build wheel for documentation and tests

0 commit comments

Comments
 (0)