From 16f76cd14c94e74ecb6d750246d4ad75b3fb1383 Mon Sep 17 00:00:00 2001 From: fanchengyan Date: Tue, 18 Jun 2024 14:14:49 +0800 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index fbe03da..1850c19 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v3 with: @@ -36,4 +36,4 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PIPY_SECRET }} + password: ${{ secrets.PIPY_SECRET }} \ No newline at end of file