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 6dd0bf2 commit 4d6a64aCopy full SHA for 4d6a64a
2 files changed
.github/workflows/publish.yml
@@ -62,4 +62,4 @@ jobs:
62
63
- name: Publish distribution to PyPI
64
if: startsWith(github.ref, 'refs/tags/')
65
- uses: pypa/gh-action-pypi-publish@release/v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
IPython/core/release.py
@@ -20,7 +20,7 @@
20
_version_patch = 0
21
_version_extra = ".dev"
22
# _version_extra = "b2"
23
-# _version_extra = "" # Uncomment this for full releases
+_version_extra = "" # Uncomment this for full releases
24
25
# Construct full version string from these.
26
_ver = [_version_major, _version_minor, _version_patch]
0 commit comments