From 36820157fbfb95c7d707ec9abd69a4aac66cebb7 Mon Sep 17 00:00:00 2001 From: Dov Shlachter Date: Thu, 11 Mar 2021 15:11:25 -0800 Subject: [PATCH] chore: use repository secrets for pypi upload This is coupled with a behind the scenes change to the repository secrets. --- .github/workflows/pypi-upload.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pypi-upload.yaml b/.github/workflows/pypi-upload.yaml index 60e1bd3c..05545359 100644 --- a/.github/workflows/pypi-upload.yaml +++ b/.github/workflows/pypi-upload.yaml @@ -7,7 +7,6 @@ on: jobs: publish: runs-on: ubuntu-latest - environment: PyPI steps: - uses: actions/checkout@v2 - name: Set up Python