Skip to content

Commit cee93a4

Browse files
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2451)
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 ae933fa commit cee93a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
ls -lh dist/
5454
5555
- name: Publish to Test PyPI
56-
uses: pypa/gh-action-pypi-publish@v1.7.1
56+
uses: pypa/gh-action-pypi-publish@v1.8.1
5757
with:
5858
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5959
repository-url: https://test.pypi.org/legacy/
6060

6161
- name: Publish to PyPI
6262
if: startsWith(github.ref, 'refs/tags')
63-
uses: pypa/gh-action-pypi-publish@v1.7.1
63+
uses: pypa/gh-action-pypi-publish@v1.8.1
6464
with:
6565
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)