Skip to content

Commit

Permalink
ci: Remove error on warnings for build
Browse files Browse the repository at this point in the history
* Remove PYTHONWARNINGS filter to avoid having builds fail for reasons
  outside of user control.
  • Loading branch information
matthewfeickert committed Sep 20, 2023
1 parent 4ec7bf3 commit a8d5ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build a wheel and a sdist
run: |
PYTHONWARNINGS=error,default::DeprecationWarning python -m build .
python -m build .
- name: Verify untagged commits have dev versions
if: "!startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit a8d5ef1

Please sign in to comment.