Skip to content

Update upload-package.yml #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/upload-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -27,7 +27,7 @@ jobs:
twine check dist/*

- name: Upload to PyPi
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@auto
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
112 changes: 58 additions & 54 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,55 +1,59 @@
annotated-types==0.6.0
anyio==3.7.1
annotated-types==auto
anyio==auto
certifi==2023.7.22
charset-normalizer==3.3.2
colorama==0.4.6
contourpy==1.2.0
cycler==0.12.1
distro==1.8.0
EasyProcess==1.1
entrypoint2==1.1
exceptiongroup==1.1.3
fonttools==4.44.0
h11==0.14.0
httpcore==1.0.2
httpx>=0.25.2
idna==3.4
importlib-resources==6.1.1
kiwisolver==1.4.5
matplotlib==3.8.1
MouseInfo==0.1.3
mss==9.0.1
numpy==1.26.1
openai==1.2.3
packaging==23.2
Pillow==10.1.0
prompt-toolkit==3.0.39
PyAutoGUI==0.9.54
pydantic==2.4.2
pydantic_core==2.10.1
PyGetWindow==0.0.9
PyMsgBox==1.0.9
pyparsing==3.1.1
pyperclip==1.8.2
PyRect==0.2.0
pyscreenshot==3.1
PyScreeze==0.1.29
python3-xlib==0.15
python-dateutil==2.8.2
python-dotenv==1.0.0
pytweening==1.0.7
requests==2.31.0
rubicon-objc==0.4.7
six==1.16.0
sniffio==1.3.0
tqdm==4.66.1
typing_extensions==4.8.0
urllib3==2.0.7
wcwidth==0.2.9
zipp==3.17.0
google-generativeai==0.3.0
aiohttp==3.9.1
ultralytics==8.0.227
easyocr==1.7.1
ollama==0.1.6
anthropic
charset-normalizer==auto
colorama==auto
contourpy==auto
cycler==auto
distro==auto
EasyProcess==auto
entrypoint2==auto
exceptiongroup==auto
fonttools==auto
h11==auto
httpcore==auto
httpx>=auto
idna==auto
importlib-resources==auto
kiwisolver==auto
matplotlib==auto
MouseInfo==auto
mss==auto
numpy==auto
openai==auto
packaging==auto
Pillow==auto
prompt-toolkit==auto
PyAutoGUI==auto
pydantic==auto
pydantic_core==auto
PyGetWindow==auto
PyMsgBox==auto
pyparsing==auto
pyperclip==auto
PyRect==auto
pyscreenshot==auto
PyScreeze==auto
python3-xlib==auto
python-dateutil==auto
python-dotenv==auto
pytweening==auto
requests==auto
rubicon-objc==auto
six==auto
sniffio==auto
tqdm==auto
typing_extensions==auto
urllib3==auto
wcwidth==auto
zipp==auto
google-generativeai==auto
aiohttp==auto
ultralytics==auto
easyocr==auto
ollama==auto
anthropic==auto
torch==auto+cpu
conda install transformers
sentencepiece==auto
setuptools wheel twine