Skip to content

Commit 0052fa4

Browse files
committed
Test publishing
1 parent 2b806c5 commit 0052fa4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,11 @@ jobs:
196196
path: dist/*.tar.gz
197197

198198
pypi-publish:
199-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
199+
# TEMP for testing
200+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
200201
needs: [build, windows, sdist]
201202
runs-on: ubuntu-latest
202203
name: Upload release to PyPI
203-
environment:
204-
name: release-pypi
205-
url: https://pypi.org/p/Pillow
206204
permissions:
207205
id-token: write
208206
steps:

0 commit comments

Comments
 (0)