From 1d5158780601c5f92776556f5c71ce903160426b Mon Sep 17 00:00:00 2001 From: Huiqiang Jiang Date: Wed, 13 Mar 2024 03:43:51 +0000 Subject: [PATCH] Fix(LLMLingua): fix the release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7f3c16..96c8722 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Build shell: pwsh run: | - pip install twine + pip install twine wheel python setup.py sdist bdist_wheel - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1