Skip to content

Commit 497b1ac

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.10.2
1 parent acd2189 commit 497b1ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-deprecated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: built-artifacts
6767
path: dist/
6868

69-
- uses: pypa/[email protected].1
69+
- uses: pypa/[email protected].2
7070
with:
7171
user: __token__
7272
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: built-artifacts
8383
path: dist/
8484

85-
- uses: pypa/[email protected].1
85+
- uses: pypa/[email protected].2
8686
with:
8787
user: __token__
8888
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)