Skip to content

Commit df5d6d3

Browse files
committed
fix: set packages dir
1 parent a6a49f3 commit df5d6d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pypi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141
- name: Build
4242
run: .venv/bin/python -m build
4343
- uses: pypa/gh-action-pypi-publish@release/v1
44+
with:
45+
packages-dir: ${{ needs.package_name.outputs.package_name}}/dist

0 commit comments

Comments
 (0)