Skip to content

Commit

Permalink
fix workspace
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Nov 21, 2024
1 parent 1b7cba0 commit 8bc365e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
if: ${{ fromJSON(inputs.publish) }}
env:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
working-directory: ./${{ matrix.repo }}
run: |
python -m pip install --upgrade twine
python -m twine upload dist/*
Expand Down

0 comments on commit 8bc365e

Please sign in to comment.