From 9619afbafa2693f588559cdb54f31823ea92952e Mon Sep 17 00:00:00 2001 From: Alex Kenion Date: Wed, 3 Jul 2024 15:14:36 -0400 Subject: [PATCH] Updated twine version to address issue with release action --- .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 c22f4884..9accdb30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.8' - name: Upload distribution packages run: | - pip install twine~=4.0.2 + pip install twine~=5.1.1 if [ "${{ github.event.inputs.pypi_repository }}" = "pypi" ]; then export TWINE_USERNAME="__token__" export TWINE_PASSWORD="${{ secrets.PYPI_TWINE_PASSWORD }}"