Skip to content

Commit

Permalink
testing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Jan 28, 2025
1 parent b563dbd commit 6b9f54e
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,24 +45,24 @@ jobs:
name: cibw-sdist
path: dist/*.tar.gz

upload_pypi:
name: Upload to PyPI
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment:
name: deploy-to-pypi
url: https://pypi.org/p/kima
permissions:
id-token: write
# upload_pypi:
# name: Upload to PyPI
# needs: [build_wheels, build_sdist]
# runs-on: ubuntu-latest
# environment:
# name: deploy-to-pypi
# url: https://pypi.org/p/kima
# permissions:
# id-token: write

steps:
- uses: actions/download-artifact@v4
with:
# unpacks all CIBW artifacts into dist/
pattern: cibw-*
path: dist
merge-multiple: true
# steps:
# - uses: actions/download-artifact@v4
# with:
# # unpacks all CIBW artifacts into dist/
# pattern: cibw-*
# path: dist
# merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# - uses: pypa/gh-action-pypi-publish@release/v1
# # with:
# # repository-url: https://test.pypi.org/legacy/

0 comments on commit 6b9f54e

Please sign in to comment.