Skip to content

Commit f4ad6b6

Browse files
authored
Merge pull request #171 from SnowEx/dependabot/github_actions/actions-5e72becc27
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
2 parents 321e0ef + c967a80 commit f4ad6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ls -ltrh
5050
ls -ltrh dist
5151
- name: Publish to Test PyPI
52-
uses: pypa/gh-action-pypi-publish@v1.10.3
52+
uses: pypa/gh-action-pypi-publish@v1.11.0
5353
with:
5454
repository-url: https://test.pypi.org/legacy/
5555
verbose: true
@@ -98,5 +98,5 @@ jobs:
9898
name: artifact
9999
path: dist
100100

101-
- uses: pypa/gh-action-pypi-publish@v1.10.3
101+
- uses: pypa/gh-action-pypi-publish@v1.11.0
102102
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)