From a07a6e8e927d60a668d1b349f40b285b053b7883 Mon Sep 17 00:00:00 2001 From: jeongkyun-oh Date: Mon, 30 Sep 2024 15:38:54 +0900 Subject: [PATCH] added installing setuptools --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee532cd..8db35ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Build python package run: | echo ${{ github.ref_name }} > VERSION - python -m pip install build wheel twine + python -m pip install build wheel twine python-setuptools python setup.py bdist_wheel - name: pypi-publish uses: pypa/gh-action-pypi-publish@release/v1