Skip to content

Commit

Permalink
Bump version v2.3.1
Browse files Browse the repository at this point in the history
- mainly fixes pypi upload
  • Loading branch information
PhilippRue committed Nov 29, 2024
2 parents d90d271 + 1dd95c6 commit 966be65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0-dev
current_version = 2.3.0-dev3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ jobs:
pip install flit~=3.10
- name: Build and publish to PyPi
run: |
flit publish
rm -rf tests # remove tests from pypi upload to save space
flit publish --no-use-vcs
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
2 changes: 1 addition & 1 deletion aiida_kkr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
AiiDA KKR
"""

__version__ = '2.3.0-dev'
__version__ = '2.3.0-dev3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aiida-kkr"
version = "2.3.0-dev"
version = "2.3.0-dev3"
description = "AiiDA plugin for the JuKKR codes"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 966be65

Please sign in to comment.