Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
AWehrhahn authored Apr 4, 2022
1 parent 0f6d039 commit 8be244d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
clean: false

- name: Build Wheel
if: matrix.name == 'ubuntu
if: matrix.name == 'ubuntu'
run: pip install wheel && python setup.py sdist bdist_wheel

- name: Zip data
if: matrix.name == 'ubuntu
if: matrix.name == 'ubuntu'
id: zip_data
run: zip -r dist dist && echo "::set-output name=filename::dist.zip"

Expand Down

0 comments on commit 8be244d

Please sign in to comment.