From 4c17afc854dc8dc29a71b62c001c37adb8358266 Mon Sep 17 00:00:00 2001 From: shenshuo <191715030@qq.com> Date: Fri, 7 Jun 2024 15:16:43 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B46=E6=9C=887=E6=97=A5=20=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index fe95258..385c3c6 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -8,7 +8,7 @@ jobs: name: Publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Set up Python 3.9 @@ -25,7 +25,7 @@ jobs: run: >- python setup.py sdist - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@main + uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.pypi_password }}