fix: use if-no-files-found error and add pwd to debug artifact upload

This commit is contained in:
JerrettDavis 2026-04-15 22:50:16 -05:00
parent d12c7d95cf
commit 5f0067012b

View file

@ -188,6 +188,7 @@ jobs:
- name: Verify changelog exists
run: |
pwd
ls -la .changelog.md
cat .changelog.md
@ -196,6 +197,7 @@ jobs:
with:
name: changelog
path: .changelog.md
if-no-files-found: error
- name: Build Python package
run: python -m pip install build wheel && python -m build