Skip to content

Commit

Permalink
Testing if I can configure test command in this action
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra committed Sep 18, 2023
1 parent 0340fa9 commit 8508ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: auto universal2
CIBW_PRERELEASE_PYTHONS: true
CIBW_TEST_COMMAND: ""

- name: Verify clean directory
run: git diff --exit-code
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
- uses: pypa/gh-action-pypi-publish@release/v1
name: Publish to PyPI
with:
user: __token__
Expand Down

0 comments on commit 8508ae0

Please sign in to comment.