We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98df64a commit 1c21b04Copy full SHA for 1c21b04
3 files changed
.github/workflows/create-releases.yml
@@ -33,4 +33,4 @@ jobs:
33
run: |
34
bash ./bin/publish-pypi
35
env:
36
- PYPI_TOKEN: ${{ secrets.FINCH_PYPI_TOKEN }}
+ PYPI_TOKEN: ${{ secrets.FINCH_PYPI_TOKEN || secrets.PYPI_TOKEN }}
.github/workflows/publish-pypi.yml
@@ -24,4 +24,4 @@ jobs:
24
25
26
27
.github/workflows/release-doctor.yml
@@ -17,4 +17,4 @@ jobs:
17
bash ./bin/check-release-environment
18
19
STAINLESS_API_KEY: ${{ secrets.STAINLESS_API_KEY }}
20
0 commit comments