diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12df8ef..08880e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,5 +27,4 @@ jobs: - name: Publish uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index e9c7d7d..613845f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbb-agents" -version = "0.0.2a" +version = "0.0.1a" description = "LLMs X OpenBB" authors = ["Michael Struwig "] readme = "README.md"