From 2b5e31604feabc2e568d4eaf6b6d0c2d6343d8ee Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Thu, 12 Dec 2024 12:33:58 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 107557a5db..77d805e59e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - packages_dir: ./${{ matrix.package }}/dist/ + packages-dir: ./${{ matrix.package }}/dist/ docs: runs-on: ubuntu-latest