Skip to content

Commit aed2d92

Browse files
author
chadcarlson
committed
Git lines.
1 parent d982066 commit aed2d92

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: pypa/gh-action-pypi-publish@v1.4.1
1919
with:
2020
user: __token__
21-
password: ${{ secrets.PYPI_API_TOKEN }}
21+
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/quality-assurance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
python-version: ${{ matrix.python }}
1919
- run: python -m pip install --upgrade pipenv wheel
2020
- run: pipenv install
21-
- run: pipenv run "pytest"
21+
- run: pipenv run "pytest"

platformshconfig/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,4 +644,3 @@ class NoCredentialFormatterFoundException(ValueError):
644644

645645
class NotValidPlatformException(RuntimeError):
646646
pass
647-

0 commit comments

Comments
 (0)