Skip to content

Commit 127264d

Browse files
[ci]: Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the ci-dependencies group (#298)
[ci]: Bump pypa/gh-action-pypi-publish in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c10e3da commit 127264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
name: wheel
4848
path: dist
49-
- uses: pypa/gh-action-pypi-publish@v1.12.3
49+
- uses: pypa/gh-action-pypi-publish@v1.12.4
5050
with:
5151
user: __token__
5252
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)