From 80af41a471ce9e0497b4c58912d27ec2bcee6123 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Jul 2022 16:34:45 -0500 Subject: [PATCH] ci: update release workflow --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 661bca2..1d5aaa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v3.0.2 with: fetch-depth: 2 - - name: Set up Python uses: actions/setup-python@v4.1.0 with: @@ -37,4 +36,4 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.5.0 with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_PASSWORD }}