Skip to content

Commit

Permalink
chore: fix line-length
Browse files Browse the repository at this point in the history
Line-length of YAML was exceeded
  • Loading branch information
carstencodes committed Dec 18, 2023
1 parent ee48052 commit 0688b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_AUTH_TOKEN }}
run: |
echo "::warning title=Missing authentication token::In order to publish an wheel package, you must set the PYPI_USERNAME and PYPI_AUTH_TOKEN secrets"
echo -n "::warning title=Missing authentication token::In order to publish an wheel package, you must set "
echo "the PYPI_USERNAME and PYPI_AUTH_TOKEN secrets"
if: ${{ (env.TWINE_USERNAME == '') || (env.TWINE_PASSWORD == '') }}
- name: Publish WHEEL package
env:
Expand Down

0 comments on commit 0688b8a

Please sign in to comment.