Skip to content

Commit 206baf0

Browse files
authored
Merge pull request #88 from asmeurer/release
Add changelog for 2.1.2 release
2 parents a711897 + c9fe697 commit 206baf0

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.github/workflows/publish-package.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,16 @@ jobs:
9191
- name: List all files
9292
run: ls -lh dist
9393

94-
- name: Publish distribution 📦 to Test PyPI
95-
# Publish to TestPyPI on tag events of if manually triggered
96-
# Compare to 'true' string as booleans get turned into strings in the console
97-
if: >-
98-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99-
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
uses: pypa/[email protected]
101-
with:
102-
repository-url: https://test.pypi.org/legacy/
103-
print-hash: true
94+
# - name: Publish distribution 📦 to Test PyPI
95+
# # Publish to TestPyPI on tag events of if manually triggered
96+
# # Compare to 'true' string as booleans get turned into strings in the console
97+
# if: >-
98+
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99+
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100+
# uses: pypa/[email protected]
101+
# with:
102+
# repository-url: https://test.pypi.org/legacy/
103+
# print-hash: true
104104

105105
- name: Publish distribution 📦 to PyPI
106106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.2 (2024-11-07)
4+
5+
## Major Changes
6+
7+
- array-api-strict now requires NumPy >= 2.1 and Python >= 3.10
8+
39
## 2.1.1 (2024-11-07)
410

511
### Major Changes

0 commit comments

Comments
 (0)