Skip to content

Commit

Permalink
Set python version to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Jun 1, 2023
1 parent 46a9710 commit 5654260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ">=3.8,<3.10"
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 5654260

Please sign in to comment.