Skip to content

Commit

Permalink
Try to remove tests from package for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Nov 29, 2024
1 parent d90d271 commit a18d27a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 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-dev2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
pip install flit~=3.10
- name: Build and publish to PyPi
run: |
rm -rf tests # remove tests from pypi upload to save space
flit publish
env:
FLIT_USERNAME: __token__
Expand Down
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-dev2'
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-dev2"
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 a18d27a

Please sign in to comment.