Skip to content

Commit 329cf97

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.10
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.10. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.10) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a33b44d commit 329cf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/gh-action-pypi-publish@v1.8.3
60+
uses: pypa/gh-action-pypi-publish@v1.8.10
6161
with:
6262
password: ${{ secrets.PYPI_TOKEN }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
66-
uses: pypa/gh-action-pypi-publish@v1.8.3
66+
uses: pypa/gh-action-pypi-publish@v1.8.10
6767
with:
6868
password: ${{ secrets.TEST_PYPI_TOKEN }}
6969
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)