upload wheels before sdist (#376)
This commit is contained in:
parent
14db131422
commit
8e4aa95422
@ -132,8 +132,8 @@ def release(version):
|
||||
github_token, version
|
||||
)
|
||||
|
||||
run("twine", "upload", "-s", *packages)
|
||||
run("twine", "upload", *github_actions_wheel_paths)
|
||||
run("twine", "upload", "-s", *packages)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user