Skip to content

Commit

Permalink
Merge pull request #29 from gnikit/dependabot/github_actions/ci-8204c…
Browse files Browse the repository at this point in the history
…6933e

build(deps): bump the ci group upload/download artefact actions
  • Loading branch information
gnikit authored Jan 2, 2024
2 parents d62742b + b1057d4 commit 3bdd0a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
run: |
pipx run build --sdist --outdir=wheelhouse
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.sys.os }}}
path: |
./wheelhouse/*.whl
./wheelhouse/*.tar.gz
Expand All @@ -52,10 +52,11 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: python-wheels
pattern: python-wheels*
path: dist
merge-multiple: true

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 3bdd0a2

Please sign in to comment.