mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed workflow
This commit is contained in:
parent
a58a635626
commit
7588b0d1b1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -152,8 +152,8 @@ jobs:
|
|||||||
# Push release to PyPI
|
# Push release to PyPI
|
||||||
- env:
|
- env:
|
||||||
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_USERNAME} dist/*
|
run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
|
||||||
|
|
||||||
# Push image to Docker Hub
|
# Push image to Docker Hub
|
||||||
- env:
|
- env:
|
||||||
|
Loading…
Reference in New Issue
Block a user