From 6280a1ab0b2b39f2bf1963825e84d71f26687242 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Tue, 19 Mar 2024 22:40:32 +0800 Subject: [PATCH] dev(narugo): downgrade pypa --- .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 726ee7250bd..4b5ae0cc1e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to real PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.8.10 with: password: ${{ secrets.PYPI_PASSWORD }} - name: Upload binaries to release