updated workflow

This commit is contained in:
Christopher Pickering 2021-09-08 11:03:46 +02:00
parent 9cc3582928
commit fd80dfb2fa
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 <cpickering@rhc.net>"]