Commit 62502e3 1 parent fb676fa commit 62502e3 Copy full SHA for 62502e3
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2
- _commit : v0.1.0-2-g162001d
2
+ _commit : v0.2.0
3
3
_src_path : https://github.com/quantco/copier-template-python-open-source
4
4
add_autobump_workflow : false
5
5
author_email : noreply@quantco.com
Original file line number Diff line number Diff line change 20
20
environments : build
21
21
- name : Build project
22
22
run : pixi run -e build build-wheel
23
+ - name : Check package
24
+ run : pixi run -e build check-wheel
23
25
- name : Upload package
24
26
uses : actions/upload-artifact@v4
25
27
with :
Original file line number Diff line number Diff line change @@ -24,9 +24,11 @@ test = "pytest"
24
24
test-coverage = " pytest --cov=multiregex --cov-report=xml --cov-report=term-missing"
25
25
26
26
[feature .build .dependencies ]
27
- build = " *"
27
+ python-build = " *"
28
+ twine = " *"
28
29
[feature .build .tasks ]
29
30
build-wheel = " python -m build --no-isolation ."
31
+ check-wheel = " twine check dist/*"
30
32
31
33
[feature .lint .dependencies ]
32
34
pre-commit = " *"
You can’t perform that action at this time.
0 commit comments