diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 171a797..46cb795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,5 +188,4 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: https://test.pypi.org/legacy/ packages-dir: xl2times/dist/ diff --git a/pyproject.toml b/pyproject.toml index 21632de..b762ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include = ["xl2times", "xl2times.*"] [project] name = "xl2times" -version = "0.1.0-alpha.2" +version = "0.1.0" authors = [ { name="Sam Webster", email="13457618+samwebster@users.noreply.github.com" }, { name="Tom Minka", email="8955276+tminka@users.noreply.github.com" },