Skip to content

Commit

Permalink
Add quotes to python version (#252)
Browse files Browse the repository at this point in the history
* add quotes to python version

* Update .github/workflows/upload.yml

Co-authored-by: Rashid N H M <[email protected]>

* ci

Co-authored-by: Rashid N H M <[email protected]>
  • Loading branch information
Jaybsoni and rashidnhm authored Dec 27, 2022
1 parent a323442 commit bde31f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.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@v2
with:
python-version: 3.10
python-version: '3.10'

- name: Build and install Plugin
run: |
Expand Down

0 comments on commit bde31f3

Please sign in to comment.