Skip to content

Commit

Permalink
👷(github) fix action parameter warning
Browse files Browse the repository at this point in the history
We must now use `packages-dir` instead of `packages_dir`.
  • Loading branch information
jmaupetit committed Jun 14, 2024
1 parent 01998e1 commit d0c18c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:

pypi-publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/client
needs:
- release-build
permissions:
Expand All @@ -44,5 +41,5 @@ jobs:
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: src/client/dist/
packages-dir: src/client/dist/

0 comments on commit d0c18c3

Please sign in to comment.