Skip to content

Commit 0b3b1a5

Browse files
dependabot[bot]s0undt3ch
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.8
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.8. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.8) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9304f2b commit 0b3b1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,13 @@ jobs:
488488
token: ${{ secrets.GITHUB_TOKEN }}
489489

490490
- name: Publish distribution 📦 to Test PyPI
491-
uses: pypa/[email protected].6
491+
uses: pypa/[email protected].8
492492
with:
493493
repository-url: https://test.pypi.org/legacy/
494494
print-hash: true
495495

496496
- name: Publish distribution 📦 to PyPI
497-
uses: pypa/[email protected].6
497+
uses: pypa/[email protected].8
498498
with:
499499
print-hash: true
500500

0 commit comments

Comments
 (0)