Skip to content

Commit 4554780

Browse files
committed
Only try to deploy one wheel -- not a wheel per env
1 parent a4924f9 commit 4554780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ deploy:
2323
provider: pypi
2424
username: "__token__"
2525
password: $PYPI_TOKEN
26+
skip_existing: true
2627
on:
2728
branch: main

0 commit comments

Comments
 (0)