Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Bump to v1.2.2 (#435)
Browse files Browse the repository at this point in the history
* Bump version: 1.2.1 → 1.2.2

* Update HISTORY.md

* Update HISTORY.md

* Remove token, using trusted publisher instead
  • Loading branch information
dachengx committed Apr 22, 2024
1 parent 142990b commit 2457bb4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2
files = setup.py wfsim/__init__.py
commit = True
tag = True

7 changes: 1 addition & 6 deletions .github/workflows/Pipi.yml → .github/workflows/Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,4 @@ jobs:
run: python setup.py sdist bdist_wheel
# Do the publish
- name: Publish a Python distribution to PyPI
# Might want to add but does not work on workflow_dispatch :
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PIPY_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.2 / 2024-04-21
===================
* Bump epix version for automatic tests (#433)
* Fix s2 photon timing bug (#434)
* Deprecate the usage of `XENONnT/ax_env` (#432)

v1.2.1 / 2024-02-09
===================
* Total e_dep in sensitive volume propagated to truth (#429)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='wfsim',
version='1.2.1',
version='1.2.2',
description='XENONnT Waveform simulator',
author='Wfsim contributors, the XENON collaboration',
url='https://github.com/XENONnT/wfsim',
Expand Down
2 changes: 1 addition & 1 deletion wfsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.1"
__version__ = "1.2.2"

from .core.afterpulse import *
from .core.pulse import *
Expand Down

0 comments on commit 2457bb4

Please sign in to comment.