Skip to content

Commit a244cc6

Browse files
committed
Updated gh-action-pypi-publish
1 parent 51420b8 commit a244cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
merge-multiple: true
263263
path: dist
264264

265-
- uses: pypa/gh-action-pypi-publish@v1.10.3
265+
- uses: pypa/gh-action-pypi-publish@v1.12.4
266266
with:
267267
user: __token__
268268
# password: ${{ secrets.pypi_password }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
merge-multiple: true
266266
path: dist
267267

268-
- uses: pypa/gh-action-pypi-publish@v1.10.3
268+
- uses: pypa/gh-action-pypi-publish@v1.12.4
269269
with:
270270
user: __token__
271271
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)