Skip to content

Commit

Permalink
github-actions: still experimenting with getting the artifacts from t…
Browse files Browse the repository at this point in the history
…he linux job
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent bdd9c50 commit a1856c4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1856c4

Please sign in to comment.