Skip to content

python bindings: add some definitions for backward compatibility #8

python bindings: add some definitions for backward compatibility

python bindings: add some definitions for backward compatibility #8

---
name: libnvme release
on:
push:
branches: [master]
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'linux-nvme/libnvme'
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- name: Mark repo as safe for git
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}