From 8508ae080d58ce85bf56e0ae1534841ff7a73ca3 Mon Sep 17 00:00:00 2001 From: jurra Date: Mon, 18 Sep 2023 17:09:25 +0200 Subject: [PATCH] Testing if I can configure test command in this action --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index de9f9f3..7ca34ee 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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__