From fd80dfb2fac4302902f4e9f5de8421bc296f706e Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 8 Sep 2021 11:03:46 +0200 Subject: [PATCH] updated workflow --- .github/workflows/python-publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index df2660e..3396613 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,4 +30,4 @@ jobs: - name: Build and publish package uses: JRubics/poetry-publish@v1.8 with: - password: ${{ secrets.PYPI_API_TOKEN }} + pypi_token: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 0808c64..7c82159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.3.5c" +version="0.3.5d" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]