From 0b9fdb3bdf9f96c4c6917c3038197d1cdbd1fe5d Mon Sep 17 00:00:00 2001 From: Riccardo Schirone <562321+ret2libc@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:00:46 +0200 Subject: [PATCH] ci: master branch sunset on pypa/gh-action-pypi-publish (#191) See https://github.com/pypa/gh-action-pypi-publish/blob/2a939dd49bdb1e0d1c38d33980bcb39186f8e076/README.md#-master-branch-sunset- --- .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 0ecf0b4..3b875fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: python3 setup.py sdist - name: publish - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}