Skip to content

Commit 21fe26e

Browse files
committed
Use explicit path
1 parent dcdf7cc commit 21fe26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ jobs:
147147
with:
148148
user: __token__
149149
password: ${{ secrets.PYPI_API_TOKEN }}
150-
packages_dir: ${{ steps.download.outputs.download-path }} # You don't need this in your package
150+
packages_dir: ./ch07/first-python-package/dist/ # You don't need this in your package

0 commit comments

Comments
 (0)