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 06c5e31 commit 974f4acCopy full SHA for 974f4ac
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Upload artifacts
37
uses: actions/upload-artifact@v4
38
with:
39
+ name: release_artifacts
40
path: |
41
./dist/qiskit*
42
RELEASE_CHANGELOG.txt
@@ -48,6 +49,10 @@ jobs:
48
49
contents: write
50
runs-on: ubuntu-latest
51
steps:
52
+ - name: Download release artifacts
53
+ uses: actions/download-artifact@v4
54
+ with:
55
56
- name: Create Github release
57
uses: softprops/action-gh-release@v1
58
@@ -62,5 +67,9 @@ jobs:
62
67
id-token: write
63
68
64
69
70
71
72
73
65
74
- name: Publish to PyPI
66
75
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments