Skip to content

ci: bump version to 0.4.1 #48

ci: bump version to 0.4.1

ci: bump version to 0.4.1 #48

Workflow file for this run

name: Build/Test
on:
push:
branches:
- main
paths:
- 'Twingrind/**'
- 'pytwingrind/**'
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Build:
name: Build/Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Twingrind
uses: Zeugwerk/zkbuild-action@1.0.0
with:
username: ${{ secrets.ACTIONS_ZGWK_USERNAME }}
password: ${{ secrets.ACTIONS_ZGWK_PASSWORD }}
- name: Build pytwingrind
run: |
cd pytwingrind
python setup.py bdist_wheel
- uses: actions/upload-artifact@v3
with:
name: Twingrind
path: |
**/*.compiled-library
- uses: actions/upload-artifact@v3
with:
name: pytwingrind
path: |
pytwingrind/dist/*.whl