fix(release): remove bad indentation
This commit is contained in:
parent
4f78024645
commit
03dd32b578
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user