Skip to content

Commit

Permalink
use pure-Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Oct 3, 2023
1 parent 89d4295 commit df22044
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
- if: github.event_name == 'release'
run: grep -v '^ *#' requirements-sdp.txt
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
needs: [ check ]
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
targets: |
- cp3?-manylinux_x86_64
- cp3?-macosx_x86_64
sdist: true
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}

0 comments on commit df22044

Please sign in to comment.