File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ dev-venv-create: dev-venv-base dev-venv-install
67
67
68
68
dev-venv-install :
69
69
${VENV} pip3 install --upgrade pip setuptools wheel
70
- ${VENV} pip3 install --upgrade build sphinx tox twine typing-extensions
71
- ${VENV} pip3 install -e " ${SRC_DIR} "
70
+ ${VENV} pip3 install --upgrade build pypi_attestations sphinx tox twine typing-extensions
71
+ ${VENV} pip3 install -e " ${SRC_DIR} " -C editable_mode=compat
72
72
73
73
74
74
# ###############################################################################
@@ -80,10 +80,11 @@ dev-venv-install:
80
80
dist-build : dist-prebuild
81
81
find ./dist -type f -delete
82
82
${VENV} python -m build
83
+ ${VENV} python -m pypi_attestations sign ./dist/*
83
84
84
85
dist-prebuild :
85
86
${VENV} python ./prebuild.py
86
87
87
88
dist-publish : dist-build
88
89
${VENV} twine check ./dist/*
89
- ${VENV} twine upload -r sqlparams --skip-existing ./dist/*
90
+ ${VENV} twine upload -r sqlparams --attestations -- skip-existing ./dist/*
Original file line number Diff line number Diff line change 15
15
"dedabob <https://github.com/dedabob>" ,
16
16
]
17
17
__license__ = "MIT License"
18
- __version__ = "6.1.0 "
18
+ __version__ = "6.1.1 "
You can’t perform that action at this time.
0 commit comments