From 3c1d52a7d726088deefd33d1d0fd9afa8f3e4009 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer <5659125+larsbuntemeyer@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:32:34 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e2552e..a44bc69 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - name: Publish to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@main with: user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_PASSWORD }}