Skip to content

Commit

Permalink
Adjusting artifacts download.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Jun 13, 2024
1 parent d0cb7ee commit af59c49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload sdists
uses: actions/upload-artifact@v4
with:
name: pypi-sdists
name: sdists
path: /tmp/sdists
retention-days: 3

Expand All @@ -45,10 +45,10 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download the sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pypi-sdists
name: sdists
pattern: grr-response-test*.zip
path: dist/
- name: Publish distribution 📦 to PyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit af59c49

Please sign in to comment.