Skip to content

Commit e5bc628

Browse files
authored
Merge pull request #11 from mopidy/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.13.0 in /.github/workflows
2 parents 2bc5102 + dd32b7e commit e5bc628

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
@@ -17,7 +17,7 @@ jobs:
1717
run: python3 -m pip install build
1818
- name: "Build package"
1919
run: python3 -m build
20-
- uses: pypa/gh-action-pypi-publish@v1.4.1
20+
- uses: pypa/gh-action-pypi-publish@v1.13.0
2121
with:
2222
user: __token__
2323
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)