Skip to content

Commit

Permalink
Test building wheels...
Browse files Browse the repository at this point in the history
  • Loading branch information
miikka committed Aug 6, 2024
1 parent b78ae94 commit 751ef01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish Python bindings

on:
workflow_call:
push:

concurrency:
group: publish-python
Expand Down Expand Up @@ -242,6 +243,9 @@ jobs:

- id: check
run: |
echo 'is_new_version=yes' >> $GITHUB_OUTPUT
exit 0
set +e
.github/workflows/is_py_package_version_already_uploaded.sh pytrustfall trustfall
export EXIT_CODE="$?"
Expand Down

0 comments on commit 751ef01

Please sign in to comment.