Skip to content

Commit f40f61c

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3d79b2 commit f40f61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build python package
2525
run: python3 setup.py sdist
2626
- name: Publish python package to PyPI
27-
uses: pypa/gh-action-pypi-publish@v1.13.0
27+
uses: pypa/gh-action-pypi-publish@v1.14.0
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)