mirror of https://github.com/jab/bidict.git
Update GitHub Action Versions (#263)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
568c856744
commit
977c7d0605
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- run: python -m pip install -U pip setuptools build
|
- run: python -m pip install -U pip setuptools build
|
||||||
- run: python -m build
|
- run: python -m build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: pypa/gh-action-pypi-publish@v1.5.1
|
uses: pypa/gh-action-pypi-publish@v1.5.2
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- run: python -m pip install -U pip setuptools build
|
- run: python -m pip install -U pip setuptools build
|
||||||
- run: python -m build
|
- run: python -m build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: pypa/gh-action-pypi-publish@v1.5.1
|
uses: pypa/gh-action-pypi-publish@v1.5.2
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue