Properly attach packages to the GH release notes

Follow up to https://github.com/pytest-dev/pytest/pull/11754, noticed that the latest GitHub release does not contain the attached files.

Output log from the action:

```
🤔 Pattern 'dist/*' does not match any files.
```
This commit is contained in:
Bruno Oliveira 2024-01-17 18:53:24 -03:00
parent 5cd0535395
commit f053cc44b7
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Download Package
uses: actions/download-artifact@v4
with:
name: Packages
path: dist
- name: Set up Python
uses: actions/setup-python@v5
with: