Skip to content

Commit

Permalink
Fix(LLMLingua): fix the release workflow (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
iofu728 authored Mar 13, 2024
1 parent de6dd7e commit c4e82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e82e1

Please sign in to comment.