-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete wheels before attempting source upload
If wheels are present in the dist/ directory, the pypi deploy mechamism will try to upload these as well as the source distribution, which then fails because the name already exists on pypi. To make the source/binary distinction more robust and elegant, use -z and if [[ $VAR ]] checks to figure distinguish source and binary deploys.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters