Skip to content

Commit e44585e

Browse files
chore(deps): bump pypa/gh-action-pypi-publish@release/v1.13
Bumps [pypa/gh-action-pypi-publish@release/v1.13](https://github.com/pypa/gh-action-pypi-publish) from 1.13 to 1.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.13...release/v1.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish@release/v1.13 dependency-version: '1.14' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42475ad commit e44585e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: python-package-distributions
7373
path: dist/
7474
- name: Publish distribution 📦 to PyPI
75-
uses: pypa/gh-action-pypi-publish@release/v1.13
75+
uses: pypa/gh-action-pypi-publish@release/v1.14
7676

7777
github-release:
7878
name: >-
@@ -142,7 +142,7 @@ jobs:
142142
name: python-package-distributions
143143
path: dist/
144144
- name: Publish distribution 📦 to TestPyPI
145-
uses: pypa/gh-action-pypi-publish@release/v1.13
145+
uses: pypa/gh-action-pypi-publish@release/v1.14
146146
with:
147147
repository-url: https://test.pypi.org/legacy/
148148
skip-existing: true

0 commit comments

Comments
 (0)