Skip to content

Commit f248208

Browse files
authored
Merge pull request #82 from MunchLab/little-action-fix
Missing fi statement apparently in the action
2 parents 044e78a + e8a3bac commit f248208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
echo "publish=true" >> $GITHUB_OUTPUT
4343
else
4444
echo "publish=false" >> $GITHUB_OUTPUT
45+
fi
4546
- name: Install package for testing
4647
run: pip install .
4748
- name: Run tests

0 commit comments

Comments
 (0)