Skip to content

update version and push to PyPi #3

update version and push to PyPi

update version and push to PyPi #3

Workflow file for this run

name: "Git LFS Check"
# on: pull_request
on: workflow_dispatch:

Check failure on line 4 in .github/workflows/lfs-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lfs-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
permissions: {}
jobs:
lfs-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: "Check Git LFS files for consistency, if you see error like 'pointer: unexpectedGitObject ... should have been a pointer but was not', please install Git LFS locally, delete the problematic file, and then add it back again. This ensures it's properly tracked."
run: |
git lfs fsck