Skip to content

Commit 72dba27

Browse files
authored
Merge pull request #2090 from gevent/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 06ff852 + 009005b commit 72dba27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
name: gevent-${{ runner.os }}-${{ matrix.python-version }}.whl
266266
path: dist/*whl
267267
- name: Publish package to PyPI (mac)
268-
# We cannot 'uses: pypa/[email protected].2' because
268+
# We cannot 'uses: pypa/[email protected].4' because
269269
# that's apparently a container action, and those don't run on
270270
# the Mac.
271271
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(runner.os, 'Mac')
@@ -532,7 +532,7 @@ jobs:
532532

533533
run: scripts/releases/make-manylinux
534534
- name: Publish package to PyPI
535-
uses: pypa/[email protected].2
535+
uses: pypa/[email protected].4
536536
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
537537
with:
538538
user: __token__

0 commit comments

Comments
 (0)