Skip to content

Commit

Permalink
Fix workflow and bump to version 0.2.8 (#61)
Browse files Browse the repository at this point in the history
* Update pypi secret

* Bump to v0.2.8
  • Loading branch information
orangetin authored Nov 22, 2023
1 parent 4fdf6b1 commit 8ae1902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.ORANGETIN_PYPI }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "together"
version = "0.2.7"
version = "0.2.8"
authors = [
"Together AI <[email protected]>"
]
Expand Down

0 comments on commit 8ae1902

Please sign in to comment.