mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-21 21:54:42 +00:00
fixed typo in workflow
This commit is contained in:
parent
bb4726e58f
commit
2cdfdc5546
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
|
@ -28,6 +28,6 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
- name: Build and publish package
|
||||
users: JRubics/poetry-publish@v1.8
|
||||
uses: JRubics/poetry-publish@v1.8
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue