Update python.yml

This commit is contained in:
duncathan salt 2024-12-05 15:16:59 -06:00 committed by GitHub
parent 268209bff0
commit 0a93bf3867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
run: python -m build --sdist run: python -m build --sdist
- name: Store the packages - name: Store the packages
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist path: dist
@ -46,7 +46,7 @@ jobs:
steps: steps:
- name: Download all the dists - name: Download all the dists
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/