Skip to content

Commit

Permalink
[ci] downgrade upload/download-artifact version in distribution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Jan 8, 2024
1 parent eb0891d commit 8cef6a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
MAKEFLAGS: -j${{ steps.cpu-cores.outputs.count }}

- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl

Expand All @@ -53,12 +53,12 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.11
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 8cef6a7

Please sign in to comment.