From f89c3f4a48ad24be88f8a38b01a35902282d0d73 Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Mon, 18 Nov 2024 12:03:34 +0800 Subject: [PATCH] Try anchoring release action --- .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 982a05b4..d78481e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Build binary wheel and source tarball run: make dist - name: Publish package - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.11 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}