We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2007738 commit 8b55ca8Copy full SHA for 8b55ca8
.github/workflows/pypi.yml
@@ -27,7 +27,5 @@ jobs:
27
- name: Publish package distributions to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
with:
30
- # Add retry mechanism for transient failures
31
- retry-on-failure: true
32
# Enable verbose logging for debugging
33
verbose: true
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dapi"
3
-version = "0.4.7"
+version = "0.4.9"
4
description = "DesignSafe API"
5
authors = [
6
"Krishna Kumar <[email protected]>",
0 commit comments