-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove criterion on v tag on branch calling the releaser.yml (#1231)
* Remove criterion on tag on branch calling the releaser.yml as it can be manually called from another branch * Fix wheelhouse naming * Do not look for a tarball to upload to the draft release as these are automatically generated by GH upon creation of the release. * Do not upload tarball and zip sources to PyPI as they are automatically generated by GH and are broken right now.
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,7 +208,6 @@ jobs: | |
with: | ||
files: | | ||
./**/*.whl | ||
./**/*.tar.gz | ||
./**/*.zip | ||
draft: true | ||
generate_release_notes: true |
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
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