Skip to content

Commit c1e7a69

Browse files
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4 (#804)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.8.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.8.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ofek Lev <[email protected]>
1 parent 699e9a0 commit c1e7a69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-hatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist
4242

4343
- name: Push build artifacts to PyPI
44-
uses: pypa/gh-action-pypi-publish@v1.6.4
44+
uses: pypa/gh-action-pypi-publish@v1.8.4
4545
with:
4646
skip_existing: true
4747
user: __token__

.github/workflows/build-hatchling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: dist
4242

4343
- name: Push build artifacts to PyPI
44-
uses: pypa/gh-action-pypi-publish@v1.6.4
44+
uses: pypa/gh-action-pypi-publish@v1.8.4
4545
with:
4646
skip_existing: true
4747
user: __token__

0 commit comments

Comments
 (0)