We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e3707 commit f82cd3fCopy full SHA for f82cd3f
2 files changed
.github/workflows/release.yaml
@@ -110,7 +110,7 @@ jobs:
110
id-token: write
111
steps:
112
- name: Download artifacts
113
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
114
with:
115
name: dist
116
path: dist/
@@ -131,7 +131,7 @@ jobs:
131
fetch-depth: 0
132
133
134
135
136
137
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "openstaad"
7
-version = "0.0.2"
+version = "0.0.4"
8
authors = [{ name = "konrad", email = "opensteel611@example.com" }]
9
description = "A small example package for openstaad python package"
10
readme = "README.md"
0 commit comments