Skip to content

Commit b8e3848

Browse files
committed
ci: upload fix
1 parent 86164f3 commit b8e3848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: "artifact-cp${{ matrix.python-version }}-${{ matrix.os }}.tar.gz"
5656
path: dist
5757
- name: Publish to PyPI
58-
uses: pypa/gh-action-pypi-publish@v1.5.0
58+
uses: pypa/gh-action-pypi-publish@v1.12.3
5959
with:
6060
user: __token__
6161
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
done
4040
4141
- name: Publish to PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.5.0
42+
uses: pypa/gh-action-pypi-publish@v1.12.3
4343
with:
4444
user: __token__
4545
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)