Skip to content

Commit

Permalink
Test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 26, 2023
1 parent 4de1765 commit 55904ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Expand Up @@ -185,13 +185,11 @@ jobs:
path: dist/*.tar.gz

pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
# TEMP for testing
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [build, windows, sdist]
runs-on: ubuntu-latest
name: Upload release to PyPI
environment:
name: release-pypi
url: https://pypi.org/p/Pillow
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 55904ac

Please sign in to comment.