Skip to content

Commit

Permalink
馃懛 Update publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 30, 2024
1 parent 8a4c907 commit ab96545
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Build distribution
working-directory: ${{ matrix.package_dir }}
run: python -m build
- name: Publish typer
if: ${{ matrix.package_dir == './'}}
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
packages-dir: ${{ matrix.package_dir }}/dist/

0 comments on commit ab96545

Please sign in to comment.