Skip to content

Merge pull request #17 from OliverKillane/dependabot/pip/black-23.10.1 #13

Merge pull request #17 from OliverKillane/dependabot/pip/black-23.10.1

Merge pull request #17 from OliverKillane/dependabot/pip/black-23.10.1 #13

Workflow file for this run

name: xmlable pypi publish
on:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
environment:
name: pypi
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Hatch
run: pipx install hatch
- name: Build
run: hatch build
- name: Publish
run: hatch publish --user "__token__" --auth ${{ secrets.XMLABLE_TOKEN }}