github-actions: still experimenting with getting the artifacts from the linux job

This commit is contained in:
Martin Bubel 2024-01-13 18:21:44 +01:00
parent bdd9c505a2
commit a1856c416d

View file

@ -137,21 +137,15 @@ jobs:
run: |
pip install --upgrade pip
pip install twine
- name: Download linux build artifacts
uses: actions/download-artifact@v4
with:
# name: wheelhouse-artifacts-linux
path: wheelhouse-linux
- name: Download windows and mac build artifacts
- name: Download all artifacts to a specific directory
uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true
- name: Inspect wheelhouse files
- name: Inspect wheel files
run: |
ls -R wheelhouse-linux
ls -R dist
# - name: Upload to PyPI using twine