We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f02d4c commit fec54b6Copy full SHA for fec54b6
.github/workflows/publish_pypi.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install build twine
28
- name: Build wheel and sdist
29
run: python -m build --sdist --wheel
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
with:
32
name: releases
33
path: dist
0 commit comments