We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdf7cc commit 21fe26eCopy full SHA for 21fe26e
.github/workflows/ch07-packaging.yml
@@ -147,4 +147,4 @@ jobs:
147
with:
148
user: __token__
149
password: ${{ secrets.PYPI_API_TOKEN }}
150
- packages_dir: ${{ steps.download.outputs.download-path }} # You don't need this in your package
+ packages_dir: ./ch07/first-python-package/dist/ # You don't need this in your package
0 commit comments