Skip to content

Commit

Permalink
build: tweak path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Nov 24, 2024
1 parent 81c07b2 commit c457ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: ls dist/
- uses: actions/upload-artifact@v4
with:
path: dist
path: dist/

pypi-publish:
name: Upload release to PyPI
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: dist
path: dist/
- run: ls
- run: ls *
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit c457ba3

Please sign in to comment.