Skip to content

Commit 0765ca0

Browse files
authoredSep 2, 2024··
Merge pull request #61 from openradar/dependabot/github_actions/pypa/gh-action-pypi-publish-1.10.0
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
2 parents 19de406 + df5c60f commit 0765ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pypi-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: releases
6868
path: dist
6969
- name: Publish package to PyPI
70-
uses: pypa/gh-action-pypi-publish@v1.9.0
70+
uses: pypa/gh-action-pypi-publish@v1.10.0
7171
with:
7272
user: __token__
7373
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.