Skip to content

Commit

Permalink
Release Only - Enable pypi promotion for 3.2.x release (#5618)
Browse files Browse the repository at this point in the history
We are ready for release 3.2.x hence enable promotion to pypi
  • Loading branch information
atalman authored Jan 22, 2025
1 parent e101b08 commit 9641643
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wheels_v2.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Wheels Build manylinux2014_x86_64
on:
workflow_dispatch:
schedule:
- cron: "20 2 * * *"
pull_request:
paths:
- .github/workflows/wheels_v2.yml

jobs:

Expand Down Expand Up @@ -77,6 +72,5 @@ jobs:
path: ./wheelhouse/*.whl

- name: Upload wheels to PyPI
if: false # Disable Upload to PyPI until ready for release
run: |
python3 -m twine upload wheelhouse/* -u __token__ -p ${{ secrets.PYPY_API_TOKEN }}

0 comments on commit 9641643

Please sign in to comment.