Skip to content

Commit 76b0449

Browse files
committed
ci(release): Fix invocation of build for sdist
1 parent 3cb11de commit 76b0449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- name: Build source distribution
207207
run: |
208208
python -m pip install --upgrade pip build
209-
python build --sdist
209+
python -m build --sdist
210210
echo "sdist_name=$(ls -t dist/${{ env.package-name }}-*.tar.gz | head -n 1)" >> "$GITHUB_ENV"
211211
212212
- name: Twine check ${{ env.package-name }}

0 commit comments

Comments
 (0)