Skip to content

Commit

Permalink
fix(cicd): ignore line endings for now
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Nov 7, 2023
1 parent d958b53 commit a057496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install flit>=3.9.0
- name: Build and publish
run: |
flit publish --debug
flit publish
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
exclude: CHANGELOG.md
- id: trailing-whitespace
- id: check-yaml
- id: check-toml
Expand Down

0 comments on commit a057496

Please sign in to comment.