Skip to content

Commit de98f0c

Browse files
ci(deps): bump pypa/gh-action-pypi-publish
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from ab69e431e9c9f48a3310be0a56527c679f56e04d to ba38be9e461d3875417946c167d0b5f3d385a247. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ab69e43...ba38be9) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: ba38be9e461d3875417946c167d0b5f3d385a247 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 836936c commit de98f0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Publish to Test PyPI
6969
if: steps.version_check.outputs.exists != 'true'
70-
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
70+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
7171
with:
7272
repository-url: https://test.pypi.org/legacy/
7373
verbose: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Publish to PyPI
5555
if: steps.version_check.outputs.pypi_exists != 'true'
56-
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
56+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
5757

5858
- name: Verify package is installable
5959
id: verify_package

0 commit comments

Comments
 (0)