We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08e589 + 88bb938 commit 05a4107Copy full SHA for 05a4107
1 file changed
.github/workflows/publish.yaml
@@ -76,6 +76,7 @@ jobs:
76
77
- name: Generate API docs
78
run: |
79
+ find $(cat PACKAGE) -mindepth 1 ! -name 'py.typed' -delete
80
java -jar openapi-generator-cli.jar generate -c openapitools.json
81
82
- name: Git Setup
0 commit comments