diff --git a/.github/workflows/build-deploy-wheels.yml b/.github/workflows/build-deploy-wheels.yml index 3e0e53ad8d..7f7953f062 100644 --- a/.github/workflows/build-deploy-wheels.yml +++ b/.github/workflows/build-deploy-wheels.yml @@ -74,5 +74,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.pypi_password }} - repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + password: ${{ secrets.pypi_password }} \ No newline at end of file diff --git a/wildboar/__init__.py b/wildboar/__init__.py index 20e7e379fa..1919b79076 100644 --- a/wildboar/__init__.py +++ b/wildboar/__init__.py @@ -15,4 +15,4 @@ # # Authors: Isak Samsten -__version__ = "1.0.4dev" +__version__ = "1.0.4"