Skip to content

Commit

Permalink
Merge pull request #4388 from camptocamp/fix-eggs
Browse files Browse the repository at this point in the history
Fix egg creation, was empty...
  • Loading branch information
sbrunner authored Dec 6, 2018
2 parents 3d365b4 + 77e4d7c commit d6cf7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/publish-pypi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "username:${PYPI_USERNAME}" >> ~/.pypirc
echo "password:${PYPI_PASSWORD}" >> ~/.pypirc

# Publish the Python eggs
python3 ${PKG}/setup.py egg_info --no-date sdist bdist_wheel upload -r pypi
cd ${PKG}
python3 setup.py egg_info --no-date sdist bdist_wheel upload -r pypi

rm ~/.pypirc

0 comments on commit d6cf7f5

Please sign in to comment.