We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a49f3 commit df5d6d3Copy full SHA for df5d6d3
.github/workflows/pypi.yaml
@@ -41,3 +41,5 @@ jobs:
41
- name: Build
42
run: .venv/bin/python -m build
43
- uses: pypa/gh-action-pypi-publish@release/v1
44
+ with:
45
+ packages-dir: ${{ needs.package_name.outputs.package_name}}/dist
0 commit comments