From 7bad2c92be496f113c7cc0c4479bf4d5ae571176 Mon Sep 17 00:00:00 2001 From: aschroed Date: Tue, 26 Jan 2021 09:38:34 -0500 Subject: [PATCH] fix yml syntax --- .github/workflows/main-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index da4c8576..1459210d 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -25,8 +25,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - with: - python-version: 3.6 + with: + python-version: 3.6 - name: Publish env: PYPI_USER: ${{ secrets.PYPI_USER }}