Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit cfcb9b9

Browse files
committed
fix: install correct build dependency
1 parent cdefe37 commit cfcb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: |
8080
python -m pip install --upgrade pip setuptools wheel
81-
python -m pip install twine versioneer-518
81+
python -m pip install twine pep517
8282
- name: Check PEP517 compliance
8383
run: python -m pep517.check .
8484
- name: Build package

0 commit comments

Comments
 (0)