File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : ' 3.13 '
22
+ python-version : ' 3.11 '
23
23
24
24
- name : Install package
25
25
run : uv pip install .[dev] --system
Original file line number Diff line number Diff line change 30
30
- name : Set up Python
31
31
uses : actions/setup-python@v2
32
32
with :
33
- python-version : ' 3.13 '
33
+ python-version : ' 3.11 '
34
34
35
35
- name : Install package
36
36
run : uv pip install .[dev] --system
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v2
19
19
with :
20
- python-version : ' 3.13'
21
- - name : Install package
22
- run : make install
23
- - name : Build package
24
- run : make
20
+ python-version : ' 3.11'
25
21
- name : Publish a git tag
26
22
run : " .github/publish-git-tag.sh || true"
23
+ - name : Install package
24
+ run : make install
27
25
- name : Build package
28
26
run : make
27
+ - name : Remove .whl files
28
+ run : rm dist/*.whl
29
29
- name : Publish a Python distribution to PyPI
30
30
uses : pypa/gh-action-pypi-publish@release/v1
31
31
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ changelog:
19
19
touch changelog_entry.yaml
20
20
21
21
build-package :
22
- python -m build sdist bdist_wheel
22
+ python -m build
23
23
24
24
test :
25
25
pytest tests
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ extend-exclude = '''
62
62
| build
63
63
| dist
64
64
)/
65
- '''
65
+ '''
You can’t perform that action at this time.
0 commit comments