Skip to content

Commit

Permalink
FIX: inherit workflow secrets (#343)
Browse files Browse the repository at this point in the history
* DX: push releasees to version branches
* MAINT: remove redundant quotation marks
  • Loading branch information
redeboer authored Feb 2, 2024
1 parent 12185ea commit 8209a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: ComPWA/actions/.github/workflows/close-milestone.yml@v1
pypi:
if: startsWith(github.ref, 'refs/tags')
secrets: inherit
uses: ComPWA/actions/.github/workflows/publish-to-pypi.yml@v1
push:
if: startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
secrets: inherit
uses: ComPWA/actions/.github/workflows/push-to-version-branches.yml@v1
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ repos:
- --no-github-actions
- --no-gitpod
- --no-prettierrc
- --no-version-branches
- --repo-name=polarimetry
- id: colab-toc-visible

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- pip:
- -c .constraints/py3.9.txt -e .[dev]
variables:
PRETTIER_LEGACY_CLI: "1"
PRETTIER_LEGACY_CLI: 1
PYTHONHASHSEED: 0

0 comments on commit 8209a5c

Please sign in to comment.