Skip to content

Commit

Permalink
fix: adding build dependency and changing workflow to use it
Browse files Browse the repository at this point in the history
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
  • Loading branch information
jpwsutton committed Jun 21, 2023
1 parent ba52d09 commit 6b23749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install -e ".[dev]"
- name: Version and package
run: |
pip wheel -w dist -e . --no-deps
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@f9ed8ba9ad06d20b1ebb6002ffb93050ed9a1951
with:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dev = [
"pytest-asyncio>=0.21.0",
"pytest-mock>=3.10.0",
"setuptools-scm>=7.1.0",
"pytest-httpx>=0.22.0"
"pytest-httpx>=0.22.0",
"build>=0.10.0"
]
langchain = [
"langchain>=0.0.200"
Expand Down

0 comments on commit 6b23749

Please sign in to comment.