We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c712d commit 8a3b20aCopy full SHA for 8a3b20a
.github/workflows/push.yml
@@ -10,7 +10,7 @@ jobs:
10
python-version: "3.x"
11
- run: "python -m pip install --upgrade build"
12
- run: "python -m build ."
13
- - uses: "actions/upload-artifact@v3"
+ - uses: "actions/upload-artifact@v4"
14
with:
15
name: "python-package-distributions"
16
path: "dist/"
0 commit comments