We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556d144 commit c69ab21Copy full SHA for c69ab21
1 file changed
.github/workflows/python-package.yml
@@ -57,7 +57,8 @@ jobs:
57
cp wkapp/README.md README.md
58
cp wkapp/LICENSE LICENSE
59
python -m pip install --upgrade build
60
- python -m pip install --upgrade flit
+ python -m pip install --upgrade flit
61
+ python -m pip install --upgrade pythonista-stubs
62
python -m build
63
- name: Store package artifacts
64
uses: actions/upload-artifact@v4
0 commit comments