Skip to content

Commit 6109a78

Browse files
committed
Update publish pipeline config; v0.4.4
1 parent c35d50d commit 6109a78

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36+
uses: pypa/gh-action-pypi-publish@releases/latest
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

PySeismoSoil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Author: Jian Shi
22

3-
__version__ = 'v0.4.3'
3+
__version__ = 'v0.4.4'

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Jian Shi'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = 'v0.4.3'
26+
release = 'v0.4.4'
2727

2828

2929
# -- General configuration ---------------------------------------------------

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Install most recent stable version:
4444

4545
.. code-block:: bash
4646
47-
pip install git+https://github.com/jsh9/[email protected].3
47+
pip install git+https://github.com/jsh9/[email protected].4
4848
4949
Or, install with latest changes (may contain features ahead of the stable version):
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='PySeismoSoil',
6-
version='v0.4.3',
6+
version='v0.4.4',
77
description='PySeismoSoil',
88
author='Jian Shi',
99
license='BSD 3',

0 commit comments

Comments
 (0)