Skip to content

Commit 276e08a

Browse files
authored
Merge pull request #509 from python-greenlet/dependabot/github_actions/github-actions-8d02b2c012
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the github-actions group
2 parents 173b692 + 32b0ad6 commit 276e08a

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
@@ -217,7 +217,7 @@ jobs:
217217
path: wheelhouse/*whl
218218
name: ${{ matrix.image }}_wheels.zip
219219
- name: Publish package to PyPI
220-
uses: pypa/gh-action-pypi-publish@v1.13.0
220+
uses: pypa/gh-action-pypi-publish@v1.14.0
221221
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
222222
with:
223223
user: __token__

0 commit comments

Comments
 (0)