Skip to content

Commit 3aa40a0

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 7a0dc1a commit 3aa40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Publish package to PyPI
2525
if: github.event.action == 'published'
26-
uses: pypa/gh-action-pypi-publish@v1.12.2
26+
uses: pypa/gh-action-pypi-publish@v1.12.3
2727
with:
2828
user: __token__
2929
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)