update publish-to-pypi

This commit is contained in:
captchasolver
2025-04-14 18:43:32 +03:00
parent 8640a0b829
commit 3674c51be6
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.6' # Python version
python-version: '3.10' # Python version
- name: Upgrade pip
run: pip install --upgrade pip