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 4d3b520 commit c80f27eCopy full SHA for c80f27e
.github/workflows/deploy_package.yml
@@ -23,11 +23,11 @@ jobs:
23
run: |
24
python -m build
25
- name: Upload Built Artifacts
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: dist
29
path: |
30
./dist/*.whl
31
./dist/*.gz
32
- name: Publish package distributions to PyPI
33
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments