Skip to content

Commit 148a50c

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.12.4
1 parent b4bbc88 commit 148a50c

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/gh-action-pypi-publish@v1.12.3
69+
- uses: pypa/gh-action-pypi-publish@v1.12.4
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/gh-action-pypi-publish@v1.12.3
85+
- uses: pypa/gh-action-pypi-publish@v1.12.4
8686
with:
8787
user: __token__
8888
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)