Skip to content

Commit

Permalink
Merge pull request #47 from kmaehashi/fix-release-workflow
Browse files Browse the repository at this point in the history
fix path in release workflow
  • Loading branch information
kmaehashi committed Jul 15, 2023
2 parents 1a365c5 + 116678c commit b464f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Enumerate Files
run: find .
run: find dist -ls
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b464f78

Please sign in to comment.