Skip to content

Commit

Permalink
Fix gh-actions deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
unmade committed Sep 2, 2022
1 parent 4b6e215 commit afbaff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Copy wheel to dist
run: |
cp wheelhouse/*-manylinux*.whl dist/
rm -rf dist/audiomatch
mv dist/audiomatch ./
- name: Upload Package to PyPI
env:
Expand Down

0 comments on commit afbaff7

Please sign in to comment.