Skip to content

Commit 9c23af3

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef1505a commit 9c23af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
5656
- name: Publish package on PyPI
5757
if: steps.check-version.outputs.tag
58-
uses: pypa/gh-action-pypi-publish@v1.10.2
58+
uses: pypa/gh-action-pypi-publish@v1.12.3
5959
with:
6060
user: __token__
6161
password: ${{ secrets.PYPI_TOKEN }}
6262

6363
- name: Publish package on TestPyPI
6464
if: ! steps.check-version.outputs.tag
65-
uses: pypa/gh-action-pypi-publish@v1.10.2
65+
uses: pypa/gh-action-pypi-publish@v1.12.3
6666
with:
6767
user: __token__
6868
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)