Skip to content

Commit

Permalink
Update packages-dir path in Python publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YoraiLevi committed Oct 29, 2024
1 parent 9b1ed81 commit 84d86f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./hatch/hatch-module-yorailevi # the action doesn't use cwd but global repo
packages-dir: ./hatch/hatch-module-yorailevi/dist/ # the action doesn't use cwd but global repo
repository-url: https://test.pypi.org/legacy/

0 comments on commit 84d86f0

Please sign in to comment.