We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb10bd commit 22d9f34Copy full SHA for 22d9f34
.github/workflows/build.yml
@@ -52,6 +52,7 @@ jobs:
52
run: |
53
echo "pyproject-toml=$( find . -wholename './pyproject.toml' )" >> $GITHUB_OUTPUT
54
- name: Build Python package
55
+ if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
56
57
pip install --upgrade build twine
58
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
0 commit comments