From 89be620642325219bc712d5bb35669c38633bdd9 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Mon, 19 May 2025 13:37:40 +0000 Subject: [PATCH] Test build --- .github/workflows/publishing.yml | 6 +++--- src/dependency_injector/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 27bed3b7..4dbaa06b 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -88,10 +88,10 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} +# password: ${{ secrets.PYPI_API_TOKEN }} # For publishing to Test PyPI, uncomment next two lines: -# password: ${{ secrets.TEST_PYPI_API_TOKEN }} -# repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository_url: https://test.pypi.org/legacy/ publish-docs: name: Publish docs diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index faa905f5..fbdd292c 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = "4.46.0" +__version__ = "4.47.0a2" """Version number. :type: str