diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 9297aba..c08ad7c 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -10,6 +10,7 @@ on: jobs: standard: uses: pcdshub/pcds-ci-helpers/.github/workflows/python-standard.yml@master + secrets: inherit with: # The workflow needs to know the package name. This can be determined # automatically if the repository name is the same as the import name. diff --git a/docs/source/releases.rst b/docs/source/releases.rst index d3d90ae..4d9b07d 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -8,6 +8,8 @@ v2.4.1 (2023-04-11) This is not operation critical. One of these tests contain a nasty race condition that causes the suite to time out. +- Fix an issue where automatic pypi/conda uploads would + not have proper authentication. v2.4.0 (2023-04-04)