Skip to content

Commit 22d9f34

Browse files
committed
Fix missing line in ctions
1 parent ecb10bd commit 22d9f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
echo "pyproject-toml=$( find . -wholename './pyproject.toml' )" >> $GITHUB_OUTPUT
5454
- name: Build Python package
55+
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
5556
run: |
5657
pip install --upgrade build twine
5758
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do

0 commit comments

Comments
 (0)