Skip to content

Commit 46d42e4

Browse files
committed
update github action
1 parent f2c5720 commit 46d42e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
38-
user: dotenv
38+
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

src/dotenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__title__ = "python-dotenv-vault"
88
__description__ = "Syncing your .env to the cloud."
99
__url__ = "https://github.com/dotenv-org/dotenv-vault-python"
10-
__version__ = "0.0.4"
10+
__version__ = "0.0.5"
1111
__author__ = "dotenv"
1212
__author_email__ = "[email protected]"
1313
__license__ = "MIT"

0 commit comments

Comments
 (0)