Skip to content

Commit cb78a6e

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.11.0 (#500)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V <manujosephv@gmail.com>
1 parent f354b9c commit cb78a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Publish distribution 📦 to PyPI
4040
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
41-
uses: pypa/gh-action-pypi-publish@v1.10.1
41+
uses: pypa/gh-action-pypi-publish@v1.11.0
4242
with:
4343
user: __token__
4444
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)