pypi 수정
This commit is contained in:
jung-geun
2023-07-18 10:48:52 +09:00
parent 32f4b8e6ed
commit f58a46fcc1

View File

@@ -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: