Skip to content

Commit

Permalink
ci: update artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 20, 2023
1 parent b96fa3a commit bf4dc0a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Extract matrix parameters from the build job
- name: Set matrix parameters
run: |
os=${{ needs.build.outputs.os }}
python=${{ needs.build.outputs.python }}
echo "Matrix parameters: OS=$os, Python=$python"
echo "::set-env name=OS::$os"
echo "::set-env name=PYTHON::$python"
- name: Setup python
uses: actions/setup-python@v4
with:
Expand All @@ -80,12 +71,12 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ env.OS }}-${{ env.PYTHON }}
path: dist
merge-multiple: true

- name: Inspect dist files
run: |
ls -la dist
ls -R dist
- name: Upload to PyPI using twine
run: |
Expand Down

0 comments on commit bf4dc0a

Please sign in to comment.