Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Dec 14, 2019
1 parent 7d5b480 commit 0a0bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
for whl in wheelhouse/eqlib-*.whl; do
auditwheel repair "$whl" --plat $PLAT -w wheelhouse/
done
for whl in wheelhouse/eqlib-*.whl; do
for whl in wheelhouse/eqlib-*-${PLAT}.whl; do
twine upload "$whl"
done
Expand Down

0 comments on commit 0a0bae7

Please sign in to comment.