Skip to content

Commit 8e3ed62

Browse files
⬆ Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#88)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.7.1...v1.8.1) --- 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>
1 parent 394e621 commit 8e3ed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build distribution
3030
run: python -m build
3131
- name: Publish
32-
uses: pypa/gh-action-pypi-publish@v1.7.1
32+
uses: pypa/gh-action-pypi-publish@v1.8.1
3333
with:
3434
password: ${{ secrets.PYPI_API_TOKEN }}
3535
- name: Dump GitHub context

0 commit comments

Comments
 (0)