Skip to content

Merge pull request #984 from SUSIandJames/fix-typo-inheritance-md #271

Merge pull request #984 from SUSIandJames/fix-typo-inheritance-md

Merge pull request #984 from SUSIandJames/fix-typo-inheritance-md #271

name: Publish project
on:
push:
branches:
- main
jobs:
publish_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install flit
run: pip3 install flit
- name: publish project
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
run: flit publish