We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3cef7 commit ff38dd5Copy full SHA for ff38dd5
1 file changed
.github/workflows/python-publish.yml
@@ -11,7 +11,8 @@ jobs:
11
deploy:
12
13
runs-on: ubuntu-latest
14
-
+ env:
15
+ FASTAPI_FF: '{"json_only": False, "file_1": True, "file_2": False, "file_3": True, "file_4": True}'
16
steps:
17
- uses: actions/checkout@v2
18
- name: Set up Python
0 commit comments