From 2170aec9200aaa5f1bccb9692deb84eaf4ddd1d7 Mon Sep 17 00:00:00 2001 From: Michael Dawson-Haggerty Date: Wed, 12 Feb 2025 19:41:28 -0500 Subject: [PATCH] use token not trusted publisher --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3def1a..67da24d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,8 @@ jobs: pattern: wheels-* merge-multiple: true - uses: pypa/gh-action-pypi-publish@v1.8.10 - + with: + password: ${{ secrets.PYPI_API_TOKEN }} create_release: name: Create GitHub Release runs-on: ubuntu-latest