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 f2c5720 commit 46d42e4Copy full SHA for 46d42e4
.github/workflows/python-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
- user: dotenv
+ user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
src/dotenv/__version__.py
@@ -7,7 +7,7 @@
7
__title__ = "python-dotenv-vault"
8
__description__ = "Syncing your .env to the cloud."
9
__url__ = "https://github.com/dotenv-org/dotenv-vault-python"
10
-__version__ = "0.0.4"
+__version__ = "0.0.5"
11
__author__ = "dotenv"
12
__author_email__ = "[email protected]"
13
__license__ = "MIT"
0 commit comments