Skip to content

Commit 0646e37

Browse files
Merge pull request #170 from yt-project/dependabot/github_actions/dot-github/workflows/actions-e858884d56
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in /.github/workflows in the actions group
2 parents 4079352 + 7e96676 commit 0646e37

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/gh-action-pypi-publish@v1.8.14
25+
uses: pypa/gh-action-pypi-publish@v1.9.0
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)