mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Update path for publishing (#3721)
This commit is contained in:
4
.github/workflows/single-python-package.yml
vendored
4
.github/workflows/single-python-package.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
||||
# Require ref to be a tag
|
||||
- run: git show-ref --verify refs/tags/${{ github.event.inputs.ref }}
|
||||
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- run: uv build --package ${{ github.event.inputs.package }}
|
||||
working-directory: python
|
||||
- run: uv build
|
||||
working-directory: python/packages/${{ github.event.inputs.package }}
|
||||
- name: Publish package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user