Skip to content

Commit

Permalink
chore: update base executables and util module [ci skip] (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Oct 15, 2023
1 parent 5693df3 commit e8a8d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheel.yml
Expand Up @@ -128,6 +128,7 @@ jobs:
if [ $SHA256SUM1 != $SHA256SUM2 ]; then
git config user.name "Marcelo Duarte"
git config user.email marcelotduarte@users.noreply.github.com
git checkout -B update_bases ${{ inputs.branch }}
# Remove any file that match - remove previous versions too
git rm --ignore-unmatch 'cx_Freeze/bases/*-win*.exe' 'cx_Freeze/util.*-win*.pyd'
# Extract base executables and util module
Expand All @@ -140,5 +141,5 @@ jobs:
git add cx_Freeze/bases/__init__.py
# Update
git commit -m "bases: update base executables and util module [ci skip]"
git push --set-upstream origin ${{ inputs.branch }}
git push origin update_bases
fi

0 comments on commit e8a8d68

Please sign in to comment.