-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from lbl-srg/issue61_macOSUniversal
Issue61 mac os universal
- Loading branch information
Showing
9 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,13 +65,13 @@ jobs: | |
shell: bash | ||
run: ctest -C $BUILD_TYPE --verbose | ||
|
||
- name: Push changes to remote | ||
if: contains(matrix.os, 'latest') && contains(matrix.python-version, '3.9') | ||
- name: Push binaries | ||
if: contains(matrix.os, 'latest') && contains(matrix.python-version, '3.9') && github.event.pull_request.merged == true | ||
run: | | ||
git config --global user.name $GH_USERNAME | ||
git config --global user.email [email protected] | ||
git config --global pull.rebase false | ||
git add ${{ github.workspace }}/pyfunnel/lib | ||
git commit -m "Add ${{ matrix.os }} binaries" --allow-empty | ||
git pull | ||
git add ${{ github.workspace }}/pyfunnel/lib | ||
git diff-index --quiet HEAD || git commit -m "Add ${{ matrix.os }} binaries" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.1 | ||
1.0.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters