Skip to content

Commit 8b55ca8

Browse files
committed
v0.4.9 deploy
1 parent 2007738 commit 8b55ca8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ jobs:
2727
- name: Publish package distributions to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
30-
# Add retry mechanism for transient failures
31-
retry-on-failure: true
3230
# Enable verbose logging for debugging
3331
verbose: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dapi"
3-
version = "0.4.7"
3+
version = "0.4.9"
44
description = "DesignSafe API"
55
authors = [
66
"Krishna Kumar <[email protected]>",

0 commit comments

Comments
 (0)