diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48bbee47..cc5faf64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,6 @@ jobs: repository_url: "https://test.pypi.org/legacy/" python_version: "3.9.5" pypi_token: ${{ secrets.TELLOR_DISPUTABES_TEST_PYPI_API_TOKEN }} - - uses: actions/checkout@v2 - name: Build and publish to pypi uses: JRubics/poetry-publish@v1.16 with: diff --git a/pyproject.toml b/pyproject.toml index 6c9aa7b9..b3c7e36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tellor-disputables" -version = "1.2.3" +version = "1.2.4" description = "dashboard & text alerts for disputable values reported to Tellor oracles" authors = ["tallywiesenberg "] license = "MIT"