Skip to content

Commit

Permalink
Run deploy only for Linux and macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Jun 18, 2024
1 parent 42815da commit c92f590
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,3 @@ jobs:
HOMEBREW_DIR: /opt/homebrew
BUILD_THREADS: 3
MACOSX_DEPLOYMENT_TARGET: 14.0

deploy_windows:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4

- name: Install
# Install libraries and Python packages we need
run: |
choco install openjdk8 --no-progress --yes
python -m pip install wheel build twine wget
- name: Deploy
run: tools/build/deploy_windows.bat
env:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c92f590

Please sign in to comment.