Skip to content

Commit db634ea

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#6855)
1 parent e07da06 commit db634ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/[email protected].0
75+
uses: pypa/[email protected].1
7676
with:
7777
user: __token__
7878
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
9090
name: releases
9191
path: dist
9292
- name: Publish package to PyPI
93-
uses: pypa/[email protected].0
93+
uses: pypa/[email protected].1
9494
with:
9595
user: __token__
9696
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/testpypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Publish package to TestPyPI
8181
if: github.event_name == 'push'
82-
uses: pypa/[email protected].0
82+
uses: pypa/[email protected].1
8383
with:
8484
user: __token__
8585
password: ${{ secrets.TESTPYPI_TOKEN }}

0 commit comments

Comments
 (0)