From f58a46fcc1f17f8705f215995549c0321bb1cd47 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Tue, 18 Jul 2023 10:48:52 +0900 Subject: [PATCH] =?UTF-8?q?23-07-18=20pypi=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 6e3d791..a68c8d3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -13,10 +13,11 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip + if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install setuptools wheel twine - name: Build and publish env: