We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all
1 parent b011ca1 commit 9743752Copy full SHA for 9743752
.github/workflows/PyPI.yaml
@@ -39,7 +39,8 @@ jobs:
39
uses: actions/upload-artifact@v3
40
with:
41
name: python-package-distributions
42
- path: "${{ steps.package_details.outputs.package_directory }}dist/"
+ path: "${{ steps.package_details.outputs.package_directory }}/dist/"
43
+ if-no-files-found: error
44
45
publish-to-pypi:
46
name: Publish Python 🐍 distribution 📦 to PyPI
0 commit comments