File: invoke.yaml

package info (click to toggle)
python-parse-type 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
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.*"