Skip to content

Commit

Permalink
Merge pull request #703 from htm-community/pip_4
Browse files Browse the repository at this point in the history
CI: PYPI upload have only *.whl in dist/
  • Loading branch information
breznak authored Oct 3, 2019
2 parents e6520f3 + 47b7515 commit 06578ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/htmcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
cd dist
mv `ls -1 htm*-linux_*.whl` `ls -1 htm*-linux_*.whl | sed -e's/linux/manylinux1/'` #rename to manylinux1 to make PYPI accept the package
rm *.egg #remove obsoleted egg format
rm requirements.txt # PIPY upload has problem with non-*.whl files
cd ..
ls dist/
Expand Down

0 comments on commit 06578ff

Please sign in to comment.