Skip to content

Commit 2732ed4

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#10)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03fbb1d commit 2732ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: release-dists
6464
path: dist/
6565
- name: Publish release to PyPI
66-
uses: pypa/gh-action-pypi-publish@v1.11.0
66+
uses: pypa/gh-action-pypi-publish@v1.12.2
6767
with:
6868
user: __token__
6969
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)