Skip to content

Commit 28bb051

Browse files
authored
Merge pull request #140 from pearu/dependabot/github_actions/pypa/gh-action-pypi-publish-1.6.4
2 parents 9064704 + ff7d58e commit 28bb051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Publish package to PyPI
2121
if: github.event.action == 'published'
22-
uses: pypa/gh-action-pypi-publish@v1.5.1
22+
uses: pypa/gh-action-pypi-publish@v1.6.4
2323
with:
2424
user: __token__
2525
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)