Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Sep 26, 2023
1 parent c95fff5 commit ae66a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build Stubs
run: |
python3 -c "import mypy.stubgen; mypy.stubgen.main(['-m', 'delphifmx', '-o', './delphifmx', '--include-docstrings'])"
python3 -c "import mypy.stubgen; mypy.stubgen.main(['-p', 'delphifmx', '-o', './delphifmx', '--include-docstrings'])"
mv delphifmx/delphifmx.pyi delphifmx/__init__.pyi
- name: Cache Stubs
Expand Down

0 comments on commit ae66a91

Please sign in to comment.