Skip to content

v1.11.0

v1.11.0 #23

Workflow file for this run

name: publish
on:
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
environment:
name: Production
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.9
cache: pip
- name: To PyPI using Flit
uses: AsifArmanRahman/to-pypi-using-flit@v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}