Skip to content

Commit e606cb4

Browse files
authored
Merge pull request #44 from HumanBrainProject/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.13.0 in /.github/workflows
2 parents e02d39f + d37a3a9 commit e606cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m build
2626
python -m twine check dist/*
2727
- name: Publish a Python distribution to PyPI
28-
uses: pypa/gh-action-pypi-publish@v1.6.4
28+
uses: pypa/gh-action-pypi-publish@v1.13.0
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)