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 78bfa0f commit 89be620Copy full SHA for 89be620
.github/workflows/publishing.yml
@@ -88,10 +88,10 @@ jobs:
88
- uses: pypa/gh-action-pypi-publish@release/v1
89
with:
90
user: __token__
91
- password: ${{ secrets.PYPI_API_TOKEN }}
+# password: ${{ secrets.PYPI_API_TOKEN }}
92
# For publishing to Test PyPI, uncomment next two lines:
93
-# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
94
-# repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository_url: https://test.pypi.org/legacy/
95
96
publish-docs:
97
name: Publish docs
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = "4.46.0"
+__version__ = "4.47.0a2"
4
"""Version number.
5
6
:type: str
0 commit comments