pypi 패키지 배포 테스트 2
This commit is contained in:
jung-geun
2023-09-04 15:04:53 +09:00
parent 3250febdb8
commit 9478153598

View File

@@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install build
- name: Build package
run: python -m build