Skip to content

Commit

Permalink
Merge pull request #157 from ag2ai/twine
Browse files Browse the repository at this point in the history
Add twine
  • Loading branch information
qingyun-wu authored Dec 6, 2024
2 parents 84e3f4b + afe0df8 commit c896771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build pyautogen
shell: pwsh
run: |
pip install twine
python setup.py sdist bdist_wheel
- name: Publish pyautogen to PyPI
env:
Expand All @@ -56,7 +57,6 @@ jobs:
- name: Build autogen
shell: pwsh
run: |
pip install twine
python setup_autogen.py sdist bdist_wheel
- name: Publish autogen to PyPI
env:
Expand All @@ -67,7 +67,6 @@ jobs:
- name: Build ag2
shell: pwsh
run: |
pip install twine
python setup_ag2.py sdist bdist_wheel
- name: Publish ag2 to PyPI
env:
Expand Down

0 comments on commit c896771

Please sign in to comment.