From e361882f0cef5a8749fb3b3f2cfae9866c65a44a Mon Sep 17 00:00:00 2001 From: JiJi Date: Wed, 25 Jan 2023 00:50:19 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d0ede..7ab22eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: python-version: '3.10' cache: 'pip' - run: | - pip install -r requirements.txt - python -m build + pip install -r requirements.txt + python -m build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: