Skip to content

Commit 8dfd060

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c499af0 commit 8dfd060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
path: dist
113113
- name: Publish package to PyPI
114114
if: github.event.action != 'published'
115-
uses: pypa/gh-action-pypi-publish@v1.12.2
115+
uses: pypa/gh-action-pypi-publish@v1.12.3
116116
with:
117117
user: __token__
118118
password: ${{ secrets.test_pypi_password }}
@@ -149,7 +149,7 @@ jobs:
149149
path: dist
150150
- name: Publish package to PyPI
151151
if: github.event.action == 'published'
152-
uses: pypa/gh-action-pypi-publish@v1.12.2
152+
uses: pypa/gh-action-pypi-publish@v1.12.3
153153
with:
154154
user: __token__
155155
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)