Skip to content

Commit ed7f5df

Browse files
updated for new version
1 parent 2aa524e commit ed7f5df

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/build_wheels_PyPI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
# Create proper wheel filename with platform tag
55-
NEW_WHEEL="${WHEEL_BASE}-cp${PY_VERSION}-cp${PY_VERSION}-${PLATFORM_TAG}.whl"
55+
NEW_WHEEL="${WHEEL_BASE}-py${PY_VERSION}-py${PY_VERSION}-${PLATFORM_TAG}.whl"
5656
5757
# Create a directory for platform-specific wheels
5858
mkdir -p platform_wheels
@@ -106,7 +106,6 @@ jobs:
106106
find ./all_wheels -name "*.whl" -exec cp {} ./dist/ \;
107107
ls -la dist/
108108
109-
# New step to upload all wheels together to the GitHub Release
110109
- name: Upload all wheels to GitHub Release
111110
if: github.event_name == 'release'
112111
uses: svenstaro/upload-release-action@v2
@@ -123,4 +122,4 @@ jobs:
123122
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
124123
run: |
125124
echo "Uploading to REAL PyPI - THIS IS NOT A TEST"
126-
twine upload --verbose ./dist/*.whl
125+
twine upload --verbose --skip-existing ./dist/*.whl

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<div align="left">
44

5-
[![Version](https://img.shields.io/github/v/tag/LaMAR/z-brains)](https://github.com/MICA-MNI/LaMAR)
6-
[![GitHub issues](https://img.shields.io/github/issues/MICA-MNI/LaMAR?color=brightgreen)](https://github.com/MICA-MNI/LaMAR/issues)
7-
[![GitHub stars](https://img.shields.io/github/stars/MICA-MNI/LaMAR.svg?style=flat&label=%E2%AD%90%EF%B8%8F%20stars&color=brightgreen)](https://github.com/MICA-MNI/LaMAR/stargazers)
8-
![License](https://img.shields.io/badge/license-MIT-brightgreen)
5+
[![Version](https://img.shields.io/github/v/tag/LAMAR/)](https://github.com/MICA-MNI/LAMAR)
6+
[![GitHub issues](https://img.shields.io/github/issues/MICA-MNI/LAMAR?color=brightgreen)](https://github.com/MICA-MNI/LAMAR/issues)
7+
[![GitHub stars](https://img.shields.io/github/stars/MICA-MNI/LAMAR.svg?style=flat&label=%E2%AD%90%EF%B8%8F%20stars&color=brightgreen)](https://github.com/MICA-MNI/LAMAR/stargazers)
8+
99

1010
</div>
1111

1212
We introduced a novel approach for more accurate registration between modalities. This python based workflow combines deep learning-based segmentation and numerical solutions (ANTs) to generate precise warpfields, even for modalities with low signal-to-noise ratio, signal dropout and strong geometric distortions, such as diffusion MRI and fMRI acquisitions.
1313

14-
![lamar_workflow](https://raw.githubusercontent.com/MICA-MNI/LaMAR/main/docs/workflow.png)
14+
![lamar_workflow](https://raw.githubusercontent.com/MICA-MNI/LAMAR/main/docs/workflow.png)
1515

1616
## Overview
1717

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "LAMAR"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
authors = [
99
{ name="Ian Goodall-Halliwell", email="goodallhalliwell@gmail.com" },
1010
]

0 commit comments

Comments
 (0)