Skip to content

Commit

Permalink
Bump GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
petroprotsakh committed Oct 3, 2024
1 parent e29760a commit 5aa6928
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
path: ./wheelhouse/*.whl

upload:
Expand All @@ -110,7 +110,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-*
merge-multiple: true
path: dist

- name: Display structure of downloaded files
Expand All @@ -119,6 +120,6 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags/')
with:
skip_existing: true
skip-existing: true
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 5aa6928

Please sign in to comment.