From 4a2f36d23b1de16a37f7ab79e721bf8f956c2601 Mon Sep 17 00:00:00 2001 From: Matthew McDermott Date: Tue, 25 Oct 2022 12:34:15 -0700 Subject: [PATCH] trigger new version release --- .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 d1471172..35612844 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: python -m build --sdist --wheel --outdir dist/ . - name: Publish package - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@v1.5.1 with: user: __token__ password: ${{ secrets.PYPY_API_TOKEN }}