Skip to content

Commit

Permalink
Update build-python.yml (#14)
Browse files Browse the repository at this point in the history
use correct action actions/download-artifact@v3 for pip freeze download

# Checklist

The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:

* Changelog update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
  • Loading branch information
antipovi authored Nov 25, 2022
1 parent 79bcf9a commit 15c0363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: html_unit_test
path: unittest_results/
- name: Download pip freeze
uses: pypa/gh-action-pypi-publish@release/v1
uses: actions/download-artifact@v3
with:
name: freeze
path: freeze/
Expand All @@ -112,4 +112,4 @@ jobs:
dist/*.whl
freeze/pip_freeze.txt
unittest_results/*.html
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 15c0363

Please sign in to comment.