From cb43348b2320fcb8198ec87192a4376f414ae515 Mon Sep 17 00:00:00 2001 From: winton <365504029@qq.com> Date: Thu, 23 Feb 2023 00:13:48 +0800 Subject: [PATCH] f --- .github/workflows/deploy.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 05f91f4..8dd78fe 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,10 +15,15 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.11 + + - name: Install dependencies + run: | + python -m pip install pip setuptools pytest --upgrade + pip install -r requirements.txt --upgrade - name: Build sdist run: python setup.py sdist - + - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: