Skip to content

Commit 50b7644

Browse files
CopilotMMathisLab
andauthored
Add missing twine installation to PyPI release workflow (#159)
* Initial plan * Add twine installation to PyPI release workflow Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com>
1 parent 9ef5806 commit 50b7644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
pip install --upgrade pip
3333
pip install wheel
3434
pip install "packaging>=24.2"
35+
pip install twine
3536
3637
- name: Checkout code
3738
uses: actions/checkout@v3

0 commit comments

Comments
 (0)