Skip to content

Commit

Permalink
chore: target test pypi (#5)
Browse files Browse the repository at this point in the history
* chore: target test pypi
* chore: ensure publilsh targets test pypi
  • Loading branch information
shoelsch committed Dec 16, 2022
1 parent e51af94 commit 1edd74a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: poetry publish
run: |
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish -r testpypi
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 = "langchain"
version = "0.0.39"
version = "0.0.40"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down

0 comments on commit 1edd74a

Please sign in to comment.