Skip to content

Commit 569e6c0

Browse files
committed
Build package is missing
Problem: Releaae process requires build module which mysteriously disappeared from 3.10 Solution: Explicitly install build package Signed-off-by: Paul Hewlett <[email protected]>
1 parent 1832e23 commit 569e6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install setuptools wheel twine
24+
python3 -m pip install build setuptools wheel twine
2525
- name: Build and publish
2626
env:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)