Skip to content

Commit

Permalink
Merge pull request #435 from python-greenlet/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-actions-5da8da3d55

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.2 in the github-actions group across 1 directory
  • Loading branch information
jamadden authored Dec 2, 2024
2 parents 686c208 + 3970e09 commit 284e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
path: wheelhouse/*whl
name: ${{ matrix.image }}_wheels.zip
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.1
uses: pypa/gh-action-pypi-publish@v1.12.2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 284e960

Please sign in to comment.