Skip to content

Commit

Permalink
Address a warning from pypa/gh-action-pypi-publish.
Browse files Browse the repository at this point in the history
"Input 'packages_dir' has been deprecated with message: The inputs have
been normalized to use kebab-case. Use `packages-dir` instead."

Change-Id: If85ae0436cf634c4c38171d6069913694b1da735
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62650
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Feb 2, 2024
1 parent 7cd06cd commit ab7c591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: python/dist
packages-dir: python/dist

0 comments on commit ab7c591

Please sign in to comment.