From afc515b7a0d380462cb74afdf6cf419b48ca6d07 Mon Sep 17 00:00:00 2001 From: Raymond Fan Date: Fri, 20 Dec 2024 11:37:10 +0000 Subject: [PATCH] Update _pypi.yml (#66) --- .github/workflows/_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_pypi.yml b/.github/workflows/_pypi.yml index d2f5d70..099a894 100644 --- a/.github/workflows/_pypi.yml +++ b/.github/workflows/_pypi.yml @@ -16,4 +16,4 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_TOKEN }} + attestations: false