You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Patch-only updates of `qiskit-serverless` are ignored
148
148
149
149
To release the package:
150
150
151
151
- Merge this PR
152
-
- Tag with `v${{ steps.apply.outputs.new_pkg_version }}`
153
-
- Push the tag `v${{ steps.apply.outputs.new_pkg_version }}`
154
-
152
+
- Ensure you're up to date: `git pull origin main`
153
+
- Tag with `v${{ steps.apply.outputs.new_pkg_version }}`: `git tag -a v${{ steps.apply.outputs.new_pkg_version }} -m "Release Qiskit IBM Catalog v${{ steps.apply.outputs.new_pkg_version }}"`
154
+
- Push the tag to GitHug: `git push origin v${{ steps.apply.outputs.new_pkg_version }}`
155
+
156
+
Pushing the tag will trigger the following [GitHub workflow](https://github.com/Qiskit/qiskit-ibm-catalog/blob/main/.github/workflows/client-pypi-release.yaml) to release the package on PyPI.
0 commit comments