-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hyperdrivetypes pypi upload error. Includes version bump to 1.0.2…
…0.11 (#1212) * Temp build and upload hyperdrivetypes on PR * hyperdrivetypes version bump to 1.0.20.11 to kick off ci * Avoid double test ci for hyperdrivetypes * Undo version bump and add verbose to upload pypi ci * Adding sheng as author (to kick off upload ci) * Using older version of pypi publish that better supports upload from nested workflows * Wrong syntax for pinning action * Don't use on workflow call * Removing build and upload wheels on pr * Version bump to 1.0.20.11
- Loading branch information
Showing
5 changed files
with
14 additions
and
29 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,6 +2,8 @@ name: Test Hyperdrivetypes | |
|
||
on: | ||
push: | ||
branches: | ||
- "main" | ||
pull_request: | ||
|
||
jobs: | ||
|
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
[project] | ||
name = "hyperdrivetypes" | ||
version = "1.0.20.10" | ||
version = "1.0.20.11" | ||
|
||
# Authors are the current, primary stewards of the repo | ||
# contributors can be found on github | ||
authors = [ | ||
{ name = "Dylan Paiton", email = "[email protected]" }, | ||
{ name = "Matthew Brown", email = "[email protected]" }, | ||
{ name = "Sheng Lundquist", email = "[email protected]" }, | ||
] | ||
description = "Python type definitions for the Hyperdrive smart contracts and integrations." | ||
readme = "README.md" | ||
|