Skip to content

Commit 31d40a1

Browse files
Removed symlinks in license and readme during packaging. (#186)
* Removed symlinks in license and readme during packaging. * Minor fix to changelog.
1 parent 5ce90e5 commit 31d40a1

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
python-version: '3.10'
1616
- name: install dependencies, then build source tarball
1717
run: |
18-
cd openequivariance
18+
cd openequivariance
19+
rm LICENSE
20+
rm README.md
21+
cp ../LICENSE .
22+
cp ../README.md .
1923
python3 -m pip install build
2024
python3 -m build --sdist
2125
- name: store the distribution packages

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Latest Changes
22

3-
### v0.6.0 (2025-02-23)
4-
OpenEquivariance v0.6.0 brings long-needed improvements to the
3+
### v0.6.1 (2025-02-23)
4+
OpenEquivariance v0.6.1 brings long-needed improvements to the
55
PyTorch frontend. We strongly encourage all users to upgrade
6-
to PyTorch 2.10 and OEQ v0.6.0.
6+
to PyTorch 2.10 and OEQ v0.6.1.
77

88
**Added**:
99
- OpenEquivariance triggers a build of the CUDA extension module

0 commit comments

Comments
 (0)