Skip to content

Commit

Permalink
Update publish-to-pypi workflow to set build_platform_wheels to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly committed May 26, 2023
1 parent 8af7a60 commit efa3483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: spacetelescope/action-publish_to_pypi/.github/workflows/workflow.yml@master
with:
test: false
build_platform_wheels: false # Set to true if your package contains a C extension
build_platform_wheels: true # Set to true if your package contains a C extension
secrets:
user: ${{ secrets.PYPI_USERNAME_STSCI_MAINTAINER }}
password: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }} # WARNING: Do not hardcode secret values here! If you want to use a different user or password, you can override this secret by creating one with the same name in your Github repository settings.
Expand Down

0 comments on commit efa3483

Please sign in to comment.