Skip to content

Commit

Permalink
chore: update dist path for pypi publish (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente authored Nov 21, 2024
1 parent 64e4f9b commit cc09b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/device-discovery-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
packages-dir: ${{env.APP_NAME}}/dist

semantic-release:
name: Semantic release
Expand Down

0 comments on commit cc09b74

Please sign in to comment.