-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: automate testpypi releases (#118)
## Changes - remove root repo from release please. There is no need to track change to the top level of the repo - add step to release.yml to publish to testpypi - add make recipes to build and release to testpypi - sync the current version of python api with release please manifest - add comment on how python api tags are created ## Testing steps - tested using this branch at the target. Verified the release is created. ## Notes for Reviewer
- Loading branch information
Showing
5 changed files
with
42 additions
and
8 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 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 +1 @@ | ||
{"api/python":"0.0.1","ontology-assets":"0.0.1",".":"0.0.1"} | ||
{"api/python":"0.0.2","ontology-assets":"0.0.1",".":"0.0.1"} |
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
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
}, | ||
"ontology-assets": { | ||
"package-name": "ontology-assets" | ||
}, | ||
".": {} | ||
} | ||
} | ||
} |