소스 검색

pipeline: upgrade "wheel" in "install" job (to fix `python setup.py bdist_wheel`)

> ModuleNotFoundError: No module named 'setuptools.command.bdist_wheel'
Fabian Peter Hammerle 5 달 전
부모
커밋
04e12794a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/python.yml

+ 1 - 1
.github/workflows/python.yml

@@ -79,7 +79,7 @@ jobs:
     - uses: actions/setup-python@v5
       with: {python-version: 3.9}
     - run: '! ical2vdir --help'
-    - run: pip install wheel==0.37.1
+    - run: pip install wheel==0.45.1
     - run: python setup.py bdist_wheel
     - run: pip install dist/*.whl
     - run: ical2vdir --help