Skip to content

Commit c69ab21

Browse files
committed
Add pythonista-stubs
1 parent 556d144 commit c69ab21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
cp wkapp/README.md README.md
5858
cp wkapp/LICENSE LICENSE
5959
python -m pip install --upgrade build
60-
python -m pip install --upgrade flit
60+
python -m pip install --upgrade flit
61+
python -m pip install --upgrade pythonista-stubs
6162
python -m build
6263
- name: Store package artifacts
6364
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)