Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 6176694

Browse files
committed
Deploy binaries first, then source.
Deploying source to PyPI first can prevent the binary from getting deployed if the source package is already deployed.
1 parent e345de9 commit 6176694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deploy:
99
on:
1010
branch: master
1111
provider: pypi
12-
distribution: sdist bdist_wheel
12+
distribution: bdist_wheel sdist
1313
skip_upload_docs: true
1414
user: phx
1515
password:

0 commit comments

Comments
 (0)