Skip to content

Commit

Permalink
Merge pull request #71 from madpah/fix/gh-workflows
Browse files Browse the repository at this point in the history
fix: GH workflows failing
  • Loading branch information
oej authored Nov 18, 2024
2 parents 018f910 + 98c4d33 commit cbcf41b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.idea/
out
out/*
Empty file added out/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion spec/generators/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ generatorName: python
additionalProperties:
library: urllib3
licenseInfo: "Apache-2.0"
packageName: "tea-api-client"
packageName: "tea_api_client"
projectName: "Transparency Exchange API (TEA)"
5 changes: 0 additions & 5 deletions spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

},
"tags": [
"Consumer",
"TEA Index"
]
}
Expand Down Expand Up @@ -106,7 +105,6 @@
}
},
"tags": [
"Consumer",
"TEA Leaf"
]
}
Expand Down Expand Up @@ -136,7 +134,6 @@
}
},
"tags": [
"Consumer",
"TEA Collection"
]
}
Expand Down Expand Up @@ -533,8 +530,6 @@
},
"security": [],
"tags": [
"Consumer",
"Producer",
"TEA Collection",
"TEA Index",
"TEA Leaf"
Expand Down

0 comments on commit cbcf41b

Please sign in to comment.