Skip to content

Commit

Permalink
Poke CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 authored Jun 21, 2024
1 parent e9b26fd commit 8d6af30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
os: [ubuntu-latest, macos-latest, macos-13, windows-2022]
os: [ubuntu-latest, macos-latest, macos-13] #, windows-2022]

# Build on the native architectures (macos-latest is arm64. macos-13 is x86_64)
include:
Expand Down Expand Up @@ -117,12 +117,12 @@ jobs:
path: wheelhouse

- name: Print out packages
run: ls wheelhouse/*
run: ls -la wheelhouse/*

- name: Upload wheels to pypi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.testpypi_password }}
run: |
python -m pip install --upgrade twine
twine upload --repository testpypi wheelhouse/*
twine upload --verbose --repository testpypi wheelhouse/*

0 comments on commit 8d6af30

Please sign in to comment.