Skip to content

Commit

Permalink
ci: fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed May 31, 2022
1 parent f645526 commit fe1155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -221,7 +221,7 @@ jobs:
with:
python-version: "3.8"
- name: "Build Package"
run:
run: |
pip install wheel
python setup.py build sdist bdist_wheel
Expand Down

0 comments on commit fe1155c

Please sign in to comment.