diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 425d0e3a2f..8653bc9644 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,7 @@ jobs: - name: Build and release package run: | + python3 -m pip install twine export TWINE_USERNAME="__token__" export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"