We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d2309 commit 3366570Copy full SHA for 3366570
1 file changed
.github/workflows/cd.yml
@@ -2,8 +2,8 @@
2
name: Release
3
4
env:
5
- ENABLE_PYPI_PUBLISH: false
6
- ENABLE_TEST_PYPI_PUBLISH: false
+ ENABLE_PYPI_PUBLISH: true
+ ENABLE_TEST_PYPI_PUBLISH: true
7
RELEASE_PYTHON_VERSION: "3.11"
8
RELEASE_POETRY_VERSION: "1.3"
9
0 commit comments