Skip to content

Commit

Permalink
Fix typo in python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Sep 19, 2023
1 parent 700f3a1 commit ea2fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "1.x"
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit ea2fb4a

Please sign in to comment.