Skip to content

Releases: znd4/pdm-dotenv

fix pdm venv activate

08 Dec 04:41
9017a00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

0.3.0: Support for non-run invocations

13 Nov 16:58
f371c26
Compare
Choose a tag to compare

By switching from on_run to on_invoke, pdm-dotenv will now load environment variables whenever you call a pdm subcommand.

As an example of where this might be useful:

Calling pdm publish with a flit backend, with the FLIT_PASSWORD and FLIT_USERNAME environment variables set in your .env file.

This could be a breaking change for some people, but I think the previous behavior was confusing and missed out on a lot of usecases

3.8 and 3.9 support

16 Apr 12:27
Compare
Choose a tag to compare
0.2.0

Merge branch 'main' of https://github.com/znd4/pdm-dotenv

First release

16 Apr 01:32
Compare
Choose a tag to compare