mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-12 10:00:57 +00:00
updated workflow
This commit is contained in:
parent
9cc3582928
commit
fd80dfb2fa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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>"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue