Skip to content

Commit

Permalink
Merge pull request #32 from PayTechUz/feat/pypi-ci
Browse files Browse the repository at this point in the history
Small Changes
  • Loading branch information
Muhammadali-Akbarov authored Aug 21, 2023
2 parents f45d744 + f8a0ea0 commit 6e5a0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v1"
with:
python-version: 3.11
python-version: 3.8
- name: "Install dependencies"
run: "pip install -r requirements/dev-requirements.txt"
- name: "Publish to PyPI"
Expand Down
1 change: 1 addition & 0 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
twine==3.8.0
scrapeasy

0 comments on commit 6e5a0bb

Please sign in to comment.