Skip to content

Commit

Permalink
Fixed typo in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessTrax committed Jun 13, 2021
1 parent fc54fdb commit 97f6a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pyhton -m pip install flit
python -m pip install flit
- name: Build package
run: flit build
- name: Publish package
Expand Down

0 comments on commit 97f6a08

Please sign in to comment.