зеркало из https://github.com/microsoft/hi-ml.git
MNT: Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#856)
This commit is contained in:
Родитель
0ed16e3b4f
Коммит
4b07a3e082
|
@ -363,7 +363,7 @@ jobs:
|
|||
make test_wheel
|
||||
|
||||
- name: Publish package to TestPyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.1
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.3
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
|
||||
|
@ -374,7 +374,7 @@ jobs:
|
|||
|
||||
- name: Publish package to PyPI
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.1
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.3
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче