Skip to content

Merge list with dict; allow hidden files; hatch cleanup #11

Merge list with dict; allow hidden files; hatch cleanup

Merge list with dict; allow hidden files; hatch cleanup #11

Workflow file for this run

name: πŸš€ Release
on:
release:
types: [published]
jobs:
release:
name: πŸš€ Release
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/fmf
permissions:
id-token: write # For pypi-publish
steps:
- uses: actions/checkout@v4
- name: Build package
run: pipx run hatch build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1