Skip to content

Update pypa/gh-action-pypi-publish action to v1.10.3 #53

Update pypa/gh-action-pypi-publish action to v1.10.3

Update pypa/gh-action-pypi-publish action to v1.10.3 #53

Workflow file for this run

name: Update glyphset data
on:
pull_request:
branches: [main]
jobs:
update-data:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Apply changes
run: |
pip install .
sh build.sh
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5
with:
# Optional. Commit message for the created commit.
# Defaults to "Apply automatic changes"
commit_message: Update glyphset data