Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed Dec 6, 2024
1 parent 787cf1d commit afe0df8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,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 @@ -68,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 afe0df8

Please sign in to comment.