Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Oct 30, 2024
1 parent 3a5ecaa commit 01745ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:

- name: Build
run: |
python -m pip install --upgrade pip
python -m pip install setuptools setuptools_scm wheel
python setup.py sdist bdist_wheel
python -m pip install build
python -m build --wheel .
# Github Actions are added as Trusted Publisher for PyPI
- name: Publish package to TestPyPI
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v0.1.3 (30 Oct. 2024)

- Drop support for Python 3.8
- Fix typo in scripts/generate_spin_point_group_table.py by @janpriessnitz

## v0.1.2 (28 Jul. 2023)

- First release version
Expand Down

0 comments on commit 01745ba

Please sign in to comment.