Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit dcb4964

Browse files
committed
chore: README updates
1 parent 7810960 commit dcb4964

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22
on:
3-
push:
4-
branches:
5-
- main
3+
release:
4+
types: [published]
65
jobs:
76
build-and-publish:
87
runs-on: ubuntu-latest
@@ -19,7 +18,6 @@ jobs:
1918
- name: Build
2019
run: python -m build .
2120
- name: Publish
22-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2321
uses: pypa/gh-action-pypi-publish@master
2422
with:
2523
user: __token__

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# doppler-env
22

3-
Inject Doppler secrets as environment variables into your Python application during local development with built-in debugging support for PyCharm and Visual Studio Code.
3+
Inject Doppler secrets as environment variables into your Python application during local development with debugging support for PyCharm and Visual Studio Code.
44

55
## How it works
66

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def long_description():
2121

2222
setup(
2323
name='doppler_env',
24-
version='0.2.0',
24+
version='0.2.1',
2525
python_requires='>=3.8',
26-
description='Inject Doppler secrets as environment variables into your Python application during local development with built-in debugging support for PyCharm and Visual Studio Code',
26+
description='Inject Doppler secrets as environment variables into your Python application during local development with debugging support for PyCharm and Visual Studio Code.',
2727
long_description=long_description(),
2828
long_description_content_type='text/markdown',
2929
url='https://github.com/dopplerhq/python-doppler-env',

0 commit comments

Comments
 (0)