From 8d77127552709420b2df6dab87aeff4d2f6329ba Mon Sep 17 00:00:00 2001 From: Jens de Bruijn Date: Fri, 16 Aug 2024 12:18:13 +0200 Subject: [PATCH] fix pypi url --- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b290572..3e88202 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI }} run: | - python -m twine upload --repository-url https://pypi.org/legacy/ dist/* \ No newline at end of file + python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bf29cef..2954db2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "honeybees" -version = "1.0.0" +version = "1.0.2" description = "Honeybees is an agent-based modelling framework targeted at large-scale agent-based models." readme = "README.md" readme-content-type = "text/markdown"