Skip to content

Commit eac8420

Browse files
committed
[NFC] Fix CI
1 parent 2b96d48 commit eac8420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
upload_pypi:
7575
needs: [build_wheels, build_sdist]
7676
runs-on: ubuntu-latest
77+
environment:
78+
name: pypi
79+
url: https://pypi.org/p/qbindiff
7780
permissions:
7881
contents: write
7982
id-token: write
@@ -82,6 +85,7 @@ jobs:
8285
with:
8386
# By omitting the name we are downloading all the artifacts
8487
path: ./dist/
88+
merge-multiple: true # Important to avoid subdirectories
8589

8690
- name: Publish a Python distribution to PyPI
8791
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)