Skip to content

Commit 5bab571

Browse files
renovate[bot]aquemy
authored andcommitted
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.10
1 parent b1a4927 commit 5bab571

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-deprecated.yml

Lines changed: 1 addition & 1 deletion
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.8.8
69+
- uses: pypa/gh-action-pypi-publish@v1.8.10
7070
with:
7171
user: __token__
7272
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: built-artifacts
8686
path: dist/
8787

88-
- uses: pypa/gh-action-pypi-publish@v1.8.8
88+
- uses: pypa/gh-action-pypi-publish@v1.8.10
8989
with:
9090
user: __token__
9191
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)