Skip to content

Apply workaround to install Pyyaml (#83) #16

Apply workaround to install Pyyaml (#83)

Apply workaround to install Pyyaml (#83) #16

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git tag --force v2 HEAD
git push --force origin v2