fix(release): remove bad indentation
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 1m14s

This commit is contained in:
Luke Tainton 2025-01-16 23:31:07 +00:00
parent 4f78024645
commit 03dd32b578
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -85,10 +85,10 @@ jobs:
path: dist path: dist
- name: Publish to PyPI - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
# user: ${{ vars.PYPI_USERNAME }} # user: ${{ vars.PYPI_USERNAME }}
user: __token__ user: __token__
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
create_docker: create_docker:
name: Publish Docker Images name: Publish Docker Images