Skip to content

Commit

Permalink
Fix problem with directory name when building package all.
Browse files Browse the repository at this point in the history
Also error when no build files are found.
  • Loading branch information
aholmes committed Feb 7, 2024
1 parent b011ca1 commit 9743752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: "${{ steps.package_details.outputs.package_directory }}dist/"
path: "${{ steps.package_details.outputs.package_directory }}/dist/"
if-no-files-found: error

publish-to-pypi:
name: Publish Python 🐍 distribution 📦 to PyPI
Expand Down

0 comments on commit 9743752

Please sign in to comment.