Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

156 migrate to pyprojectstoml #158

Merged
merged 19 commits into from
May 22, 2024
Merged

Conversation

mschwoer
Copy link
Collaborator

@mschwoer mschwoer commented May 21, 2024

cf. #156 : moves installation to pyproject-based .

Release pipeline worked: https://github.com/MannLabs/alphadia/actions/runs/9178344476
one-click installers need to be checked still -> can be downloaded here https://github.com/MannLabs/alphadia/releases/tag/untagged-08cb77eaa02c3b2abf05

gui/package.json Outdated
@@ -1,7 +1,7 @@
{
"name": "alphadia",
"productName": "alphadia-gui",
"version": "1.5.5",
"version": "1.5.5+test",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the +test will be dropped again before merging

@@ -12,12 +12,13 @@ conda create -n alphadia_installer python=3.8 -y
conda activate alphadia_installer

# Creating the wheel
python setup.py sdist bdist_wheel
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the release_old stuff be deleted, @GeorgWa ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, all of release old is not used anymore

Copy link
Collaborator

@GeorgWa GeorgWa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Tested the installer, so we are ready for v.1.6.0!
Screenshot 2024-05-21 at 22 22 32

@@ -12,12 +12,13 @@ conda create -n alphadia_installer python=3.8 -y
conda activate alphadia_installer

# Creating the wheel
python setup.py sdist bdist_wheel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, all of release old is not used anymore

@GeorgWa GeorgWa merged commit 4ec13a1 into development May 22, 2024
5 checks passed
@GeorgWa GeorgWa deleted the 156-migrate-to-pyprojectstoml branch May 22, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants