From 87b0e031e6a5b5901d20f81a5190f0d3af59274c Mon Sep 17 00:00:00 2001 From: Ujjwal Goel Date: Thu, 7 Dec 2023 01:33:10 -0500 Subject: [PATCH] [fix] Change `packages_dir` to `packages-dir` This should fix #699 and prevent the warning --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b2cd769..f3ebc963 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,7 +148,7 @@ jobs: - name: PyPI upload uses: pypa/gh-action-pypi-publish@v1.8.11 with: - packages_dir: dist + packages-dir: dist password: ${{ secrets.PYPI_API_TOKEN }} - name: GitHub Release uses: ncipollo/release-action@v1