Skip to content

Commit 2ae3ffc

Browse files
dependabot[bot]dalito
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.14.0...v1.14.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb0faa1 commit 2ae3ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
# https://github.com/pypa/gh-action-pypi-publish
8080
- name: Publish package 📦 to Test PyPI
8181
if: github.event_name == 'push'
82-
uses: pypa/gh-action-pypi-publish@v1.14.0
82+
uses: pypa/gh-action-pypi-publish@v1.14.2
8383
with:
8484
repository-url: https://test.pypi.org/legacy/
8585
verbose: true
8686

8787
- name: Publish package 📦 to PyPI
8888
if: github.event_name == 'release'
89-
uses: pypa/gh-action-pypi-publish@v1.14.0
89+
uses: pypa/gh-action-pypi-publish@v1.14.2
9090
with:
9191
verbose: true
9292

0 commit comments

Comments
 (0)