From 883ed5355cd49fca1836f9bf8b4bc4b48d6a1b89 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Wed, 2 Aug 2023 17:54:21 +0200 Subject: [PATCH] Fix formatting (#121) --- .github/workflows/deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d0f2f6..a1e7041 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,11 +11,11 @@ jobs: permissions: id-token: write # to authenticate as Trusted Publisher to pypi.org steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.x' - cache: 'pip' - - run: pip install build - - run: python -m build - - uses: pypa/gh-action-pypi-publish@release/v1 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: "3.x" + cache: "pip" + - run: pip install build + - run: python -m build + - uses: pypa/gh-action-pypi-publish@release/v1