Skip to content

Commit c0d0e1f

Browse files
authored
Merge pull request #25 from metaspace2020/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.13.0 in /.github/workflows
2 parents bbcc109 + 0f89d4b commit c0d0e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m build
3333

3434
- name: Publish package to PyPI
35-
uses: pypa/gh-action-pypi-publish@v1.8.10
35+
uses: pypa/gh-action-pypi-publish@v1.13.0
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)