Skip to content

Commit

Permalink
Deployment 0.6.0 (#23)
Browse files Browse the repository at this point in the history
* Update python-publish.yml

Changing to supported version of pypi publisher.

* Update setup.cfg

Updated version and url
  • Loading branch information
xia-fr authored Sep 24, 2024
1 parent 976a63a commit 8eca267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = PySeismoSoil
version = v0.5.4
version = v0.6.0
description = A Python library for performing 1D seismic site response analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jsh9/PySeismoSoil
url = https://caltech-geoquake.github.io/PySeismoSoil/
license = BSD-3-Clause
license_file = LICENSE
classifiers =
Expand Down

0 comments on commit 8eca267

Please sign in to comment.