Skip to content

Commit

Permalink
Merge pull request #11 from OpenBB-finance/feature/publish-to-pypi
Browse files Browse the repository at this point in the history
Publish to PyPi
  • Loading branch information
mnicstruwig authored Dec 19, 2023
2 parents f936795 + e7cf6b9 commit 94b4c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-agents"
version = "0.0.2a"
version = "0.0.1a"
description = "LLMs X OpenBB"
authors = ["Michael Struwig <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 94b4c30

Please sign in to comment.