We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdf6b1 commit 8ae1902Copy full SHA for 8ae1902
.github/workflows/upload-to-pypi.yml
@@ -40,4 +40,4 @@ jobs:
40
if: startsWith(github.ref, 'refs/tags')
41
uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.ORANGETIN_PYPI }}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
5
[tool.poetry]
6
name = "together"
7
-version = "0.2.7"
+version = "0.2.8"
8
authors = [
9
"Together AI <support@together.ai>"
10
]
0 commit comments