Skip to content

Commit 9743752

Browse files
committed
Fix problem with directory name when building package all.
Also error when no build files are found.
1 parent b011ca1 commit 9743752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/PyPI.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
uses: actions/upload-artifact@v3
4040
with:
4141
name: python-package-distributions
42-
path: "${{ steps.package_details.outputs.package_directory }}dist/"
42+
path: "${{ steps.package_details.outputs.package_directory }}/dist/"
43+
if-no-files-found: error
4344

4445
publish-to-pypi:
4546
name: Publish Python 🐍 distribution 📦 to PyPI

0 commit comments

Comments
 (0)