We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b96d48 commit eac8420Copy full SHA for eac8420
.github/workflows/release.yml
@@ -74,6 +74,9 @@ jobs:
74
upload_pypi:
75
needs: [build_wheels, build_sdist]
76
runs-on: ubuntu-latest
77
+ environment:
78
+ name: pypi
79
+ url: https://pypi.org/p/qbindiff
80
permissions:
81
contents: write
82
id-token: write
@@ -82,6 +85,7 @@ jobs:
85
with:
83
86
# By omitting the name we are downloading all the artifacts
84
87
path: ./dist/
88
+ merge-multiple: true # Important to avoid subdirectories
89
90
- name: Publish a Python distribution to PyPI
91
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments