Skip to content

Commit 1f8730c

Browse files
Merge pull request #167 from yt-project/dependabot/github_actions/dot-github/workflows/actions-7aaf6e754f
Bump the actions group in /.github/workflows with 1 update
2 parents 01b2ae4 + c82c3c1 commit 1f8730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: python -m build
2323
- name: Publish package to PyPI
2424
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
25-
uses: pypa/[email protected].12
25+
uses: pypa/[email protected].14
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)