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 404f80e commit 0051052Copy full SHA for 0051052
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Output Release URL File
27
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
28
- name: Save Release URL File for publish
29
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
30
with:
31
name: release_url
32
path: release_url.txt
pyproject.toml
@@ -36,4 +36,4 @@ poethepoet = "^0.24.0"
36
requires = ["poetry-core"]
37
build-backend = "poetry.core.masonry.api"
38
[tool.poe.tasks]
39
-clean = "rm -r build/ dist/"
+clean = "rm -r build/ dist/"
0 commit comments