1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# =====================================================
# INVOKE CONFIGURATION: parse_type
# =====================================================
# -- ON WINDOWS:
# run:
# echo: true
# pty: false
# shell: C:\Windows\System32\cmd.exe
# =====================================================
project:
name: parse_type
repo: "pypi"
# -- TODO: until upload problems are resolved.
repo_url: "https://upload.pypi.org/legacy/"
tasks:
auto_dash_names: false
run:
echo: true
cleanup_all:
extra_directories:
- build
- dist
- .hypothesis
- .pytest_cache
- .ruff_cache
- ".venv*"
- ".tox"
extra_files:
- ".done.*"
|