Skip to content

Commit 46d10aa

Browse files
committed
Bump to v1.4.7
1 parent 46fc387 commit 46d10aa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.conda/conda_build_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ numpy:
77
# 1.18 does not build with Python 3.9
88
#- 1.19
99
#- 1.20
10-
- 1.26
1110
- 2.1
1211
- 2.2
1312

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build sdist
2020
run: python setup.py sdist
2121

22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: dist
2525
path: dist/xprec-*.tar.gz
@@ -29,7 +29,7 @@ jobs:
2929
needs: [build_sdist]
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/download-artifact@v2
32+
- uses: actions/download-artifact@v4
3333
with:
3434
name: dist
3535
path: dist

pysrc/xprec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
print(2 * x)
1717
1818
"""
19-
__version__ = "1.4.6"
19+
__version__ = "1.4.7"
2020

2121
import numpy as _np
2222

0 commit comments

Comments
 (0)