Skip to content

Commit 8508ae0

Browse files
committed
Testing if I can configure test command in this action
1 parent 0340fa9 commit 8508ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
env:
5050
CIBW_ARCHS_MACOS: auto universal2
5151
CIBW_PRERELEASE_PYTHONS: true
52+
CIBW_TEST_COMMAND: ""
5253

5354
- name: Verify clean directory
5455
run: git diff --exit-code
@@ -78,7 +79,7 @@ jobs:
7879
name: artifact
7980
path: dist
8081

81-
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
82+
- uses: pypa/gh-action-pypi-publish@release/v1
8283
name: Publish to PyPI
8384
with:
8485
user: __token__

0 commit comments

Comments
 (0)