Skip to content

Commit ff38dd5

Browse files
authored
Update python-publish.yml
1 parent dc3cef7 commit ff38dd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
deploy:
1212

1313
runs-on: ubuntu-latest
14-
14+
env:
15+
FASTAPI_FF: '{"json_only": False, "file_1": True, "file_2": False, "file_3": True, "file_4": True}'
1516
steps:
1617
- uses: actions/checkout@v2
1718
- name: Set up Python

0 commit comments

Comments
 (0)