| @@ -21,7 +21,7 @@ jobs: | |||||
| - name: Install dependencies | - name: Install dependencies | ||||
| run: | | run: | | ||||
| python -m pip install --upgrade pip | python -m pip install --upgrade pip | ||||
| pip install setuptools wheel twine skyfield numpy tabulate Babel requests | |||||
| pip install pipenv setuptools wheel twine skyfield numpy tabulate Babel requests | |||||
| - name: Build package | - name: Build package | ||||
| run: | | run: | | ||||
| make i18n build | make i18n build | ||||
| @@ -31,3 +31,4 @@ jobs: | |||||
| TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} | TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} | ||||
| run: | | run: | | ||||
| twine upload dist/* | twine upload dist/* | ||||
| @@ -1,3 +1,12 @@ | |||||
| # [Version 0.10.9](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.9) (2022-01-12) | |||||
| ### Bug Fixes | |||||
| * fix distribution on PyPI | |||||
| # [Version 0.10.8](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.8) (2022-01-10) | # [Version 0.10.8](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.8) (2022-01-10) | ||||
| @@ -19,7 +19,7 @@ | |||||
| __title__ = "kosmorro" | __title__ = "kosmorro" | ||||
| __description__ = "A program that computes your ephemerides" | __description__ = "A program that computes your ephemerides" | ||||
| __url__ = "https://kosmorro.space" | __url__ = "https://kosmorro.space" | ||||
| __version__ = "0.10.8" | |||||
| __version__ = "0.10.9" | |||||
| __author__ = "Jérôme Deuchnord" | __author__ = "Jérôme Deuchnord" | ||||
| __author_email__ = "jerome@deuchnord.fr" | __author_email__ = "jerome@deuchnord.fr" | ||||
| __license__ = "AGPL" | __license__ = "AGPL" | ||||