Skip to content

Commit 8ae1902

Browse files
authored
Fix workflow and bump to version 0.2.8 (#61)
* Update pypi secret * Bump to v0.2.8
1 parent 4fdf6b1 commit 8ae1902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
if: startsWith(github.ref, 'refs/tags')
4141
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
43-
password: ${{ secrets.PYPI_API_TOKEN }}
43+
password: ${{ secrets.ORANGETIN_PYPI }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "together"
7-
version = "0.2.7"
7+
version = "0.2.8"
88
authors = [
99
"Together AI <support@together.ai>"
1010
]

0 commit comments

Comments
 (0)