Skip to content

Commit

Permalink
lineendings (#28)
Browse files Browse the repository at this point in the history
* fix(cicd): line-endings

Signed-off-by: Chris Butler <chris.butler@redhat.com>

* fix: Correct line endings

Signed-off-by: Chris Butler <chris.butler@redhat.com>

* fix(cicd): Correct line endings and flit behaviour

Signed-off-by: Chris Butler <chris.butler@redhat.com>

---------

Signed-off-by: Chris Butler <chris.butler@redhat.com>
  • Loading branch information
butler54 authored Nov 7, 2023
1 parent 35cc441 commit c36590f
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 175 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/flit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
token: ${{ secrets.ADMIN_WRITE_PAT }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -25,7 +26,7 @@ jobs:
pip install flit>=3.9.0
- name: Build and publish
run: |
flit publish
flit publish --debug
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
Loading

0 comments on commit c36590f

Please sign in to comment.