From b482e8b4b4d219036ddf0059301106d859e80faa Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 7 Apr 2023 10:57:46 -0700 Subject: [PATCH 1/2] CI: check if secrets inherit works for pypi upload --- .github/workflows/standard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index ee92fa5a..9aaff508 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -28,3 +28,4 @@ jobs: docs-system-packages: "" # Set if using setuptools-scm for the conda-build workflow use-setuptools-scm: true + secrets: inherit From 05b9c4d00ed5b736ee7b73b2aa2852c18e8c19b5 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 7 Apr 2023 10:59:25 -0700 Subject: [PATCH 2/2] CI: rearrange for clarity --- .github/workflows/standard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 9aaff508..04fe48f4 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. @@ -28,4 +29,3 @@ jobs: docs-system-packages: "" # Set if using setuptools-scm for the conda-build workflow use-setuptools-scm: true - secrets: inherit