Skip to content

Commit

Permalink
Added a newline to the ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Jul 11, 2023
1 parent d664b87 commit f131909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

3 changes: 2 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
run: pip install tox
- run: tox
env:
TOXENV: ${{ matrix.toxenv }}
TOXENV: ${{ matrix.toxenv }}

0 comments on commit f131909

Please sign in to comment.