Skip to content

Commit e316db2

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.3
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.10.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d66cb70 commit e316db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Publish to test.pypi.org
3737
if: >- # "create" workflows run separately from "push" & "pull_request"
3838
github.event_name == 'release'
39-
uses: pypa/gh-action-pypi-publish@v1.8.14
39+
uses: pypa/gh-action-pypi-publish@v1.10.3
4040
with:
4141
password: ${{ secrets.testpypi_password }}
4242
repository_url: https://test.pypi.org/legacy/
4343
- name: Publish to pypi.org
4444
if: >- # "create" workflows run separately from "push" & "pull_request"
4545
github.event_name == 'release'
46-
uses: pypa/gh-action-pypi-publish@v1.8.14
46+
uses: pypa/gh-action-pypi-publish@v1.10.3
4747
with:
4848
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)