Skip to content

Commit aaa6149

Browse files
eddiebergmannchristensen
authored andcommitted
ci(release): Fix invocation of build for sdist
1 parent 8290fe6 commit aaa6149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)