From dc522ccebb3fb018a66b7c962225ca9d15a9b900 Mon Sep 17 00:00:00 2001 From: Isak Samsten Date: Wed, 3 Feb 2021 14:17:03 +0100 Subject: [PATCH] [FEATURE] Revert to version 1.0.4 and update deployment --- .github/workflows/build-deploy-wheels.yml | 3 +-- wildboar/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"