Skip to content

fix incorrect type serialization when dumping to python #267

fix incorrect type serialization when dumping to python

fix incorrect type serialization when dumping to python #267

name: Publish project
on:
push:
branches:
- main
jobs:
publish_project:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: get tags
run: git fetch --tags origin
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: install dependencies
run: pip install .[ci]
- name: install flit
run: pip install flit
- name: update version or publish
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
run: python .github/scripts/handlers/version.py