We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5693966 commit dcdf7ccCopy full SHA for dcdf7cc
1 file changed
.github/workflows/ch07-packaging.yml
@@ -140,6 +140,7 @@ jobs:
140
steps:
141
- uses: actions/download-artifact@v2
142
with:
143
+ name: artifact
144
path: ./ch07/first-python-package/dist # Update to match root of package
145
146
- uses: pypa/gh-action-pypi-publish@v1.4.2
0 commit comments