Skip to content

Commit

Permalink
Merge pull request #81 from the-virtual-brain/EBR-40
Browse files Browse the repository at this point in the history
EBR-40 Adjust build and copyright
  • Loading branch information
liadomide authored Apr 8, 2024
2 parents c44d69d + 47905c0 commit a013967
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install setuptools cibuildwheel==2.11.3
run: python -m pip install setuptools cibuildwheel

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down Expand Up @@ -56,8 +56,11 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
# repository_url: https://test.pypi.org/legacy/
- name: Release on Pypi
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
run: |
echo "Publishing on pypi..."
python -m pip install -U twine
twine upload dist/*
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TheVirtualBrain is a brain-simulation software. See also http://www.thevirtualbrain.org

(c) 2012-2020, Baycrest Centre for Geriatric Care ("Baycrest") and others
(c) 2012-2024, Baycrest Centre for Geriatric Care ("Baycrest") and others

This program is free software: you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation, either
Expand Down
2 changes: 1 addition & 1 deletion gdist.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TheVirtualBrain-Scientific Package (for simulators). See content of the
# documentation-folder for more details. See also http://www.thevirtualbrain.org
#
# (c) 2012-2020, Baycrest Centre for Geriatric Care ("Baycrest") and others
# (c) 2012-2024, Baycrest Centre for Geriatric Care ("Baycrest") and others
#
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TheVirtualBrain-Scientific Package (for simulators). See content of the
# documentation-folder for more details. See also http://www.thevirtualbrain.org
#
# (c) 2012-2020, Baycrest Centre for Geriatric Care ("Baycrest") and others
# (c) 2012-2024, Baycrest Centre for Geriatric Care ("Baycrest") and others
#
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_equality_with_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# TheVirtualBrain-Scientific Package (for simulators). See content of the
# documentation-folder for more details. See also http://www.thevirtualbrain.org
#
# (c) 2012-2020, Baycrest Centre for Geriatric Care ("Baycrest") and others
# (c) 2012-2024, Baycrest Centre for Geriatric Care ("Baycrest") and others
#
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# TheVirtualBrain-Scientific Package (for simulators). See content of the
# documentation-folder for more details. See also http://www.thevirtualbrain.org
#
# (c) 2012-2020, Baycrest Centre for Geriatric Care ("Baycrest") and others
# (c) 2012-2024, Baycrest Centre for Geriatric Care ("Baycrest") and others
#
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation,
Expand Down

0 comments on commit a013967

Please sign in to comment.