Skip to content

Commit 9f425c0

Browse files
committed
Test build
1 parent 438ecd4 commit 9f425c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publishing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
- uses: pypa/gh-action-pypi-publish@release/v1
8989
with:
9090
user: __token__
91-
password: ${{ secrets.PYPI_API_TOKEN }}
91+
# password: ${{ secrets.PYPI_API_TOKEN }}
9292
# For publishing to Test PyPI, uncomment next two lines:
93-
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
94-
# repository_url: https://test.pypi.org/legacy/
93+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
94+
repository_url: https://test.pypi.org/legacy/
9595

9696
publish-docs:
9797
name: Publish docs

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.46.0"
3+
__version__ = "4.47.0a1"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)