Skip to content

Commit

Permalink
Merge pull request #54 from SmartCodeMaker/build-publishing
Browse files Browse the repository at this point in the history
Fix incorrect directory name with packages
  • Loading branch information
wassimj authored May 5, 2024
2 parents d4a43d5 + 68913a3 commit 3a2e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: all-artifacts/
packages-dir: dist/
print-hash: true

0 comments on commit 3a2e1ee

Please sign in to comment.