Skip to content

Commit 1eb3b08

Browse files
authored
Merge pull request #92 from mozilla/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0 in /.github/workflows
2 parents 5f426f1 + c144d80 commit 1eb3b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build package for upload to PyPI
7676
run: python -m build .
7777
- name: Upload the distribution to PyPI
78-
uses: pypa/gh-action-pypi-publish@v1.4.2
78+
uses: pypa/gh-action-pypi-publish@v1.13.0
7979
with:
8080
user: __token__
8181
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)