Skip to content

Commit 697d195

Browse files
authored
Merge pull request #126 from OpenNTI/dependabot/github_actions/github-actions-13fff53659
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4 in the github-actions group across 1 directory
2 parents 24cf786 + 7ecf77c commit 697d195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
path: wheelhouse/*whl
108108
name: ${{ matrix.image }}_wheels.zip
109109
- name: Publish package to PyPI
110-
uses: pypa/gh-action-pypi-publish@v1.12.2
110+
uses: pypa/gh-action-pypi-publish@v1.12.4
111111
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
112112
with:
113113
user: __token__

0 commit comments

Comments
 (0)