Skip to content

Commit 4e92c79

Browse files
authored
Merge pull request #139 from ns1/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.13.0 in /.github/workflows
2 parents 2abba84 + 2456790 commit 4e92c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

2525
- name: Publish package to PyPI
2626
if: github.repository == 'ns1/ns1-python' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
27-
uses: pypa/gh-action-pypi-publish@v1.5.0
27+
uses: pypa/gh-action-pypi-publish@v1.13.0
2828
with:
2929
user: __token__
3030
password: ${{ secrets.ns1_python_publish }}

0 commit comments

Comments
 (0)