Skip to content

Commit

Permalink
Use explicit path
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Dec 25, 2021
1 parent dcdf7cc commit 21fe26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ch07-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
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 comments on commit 21fe26e

Please sign in to comment.