Skip to content

Commit f131909

Browse files
committed
Added a newline to the ci files
1 parent d664b87 commit f131909

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ jobs:
8585
uses: pypa/gh-action-pypi-publish@release/v1
8686
with:
8787
user: __token__
88-
password: ${{ secrets.PYPI_TOKEN }}
88+
password: ${{ secrets.PYPI_TOKEN }}
89+

.github/workflows/code-quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
run: pip install tox
3535
- run: tox
3636
env:
37-
TOXENV: ${{ matrix.toxenv }}
37+
TOXENV: ${{ matrix.toxenv }}
38+

0 commit comments

Comments
 (0)