Skip to content

Merge pull request #10 from narenaryan/feat/xml-serialize #4

Merge pull request #10 from narenaryan/feat/xml-serialize

Merge pull request #10 from narenaryan/feat/xml-serialize #4

Workflow file for this run

name: Build Python Distribution
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install hatch
run: pip install hatch
- name: Build distribution
run: hatch build
- name: Upload distribution artifacts
uses: actions/upload-artifact@v4
with:
name: python-distribution
path: dist/