diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 22fb1808..925b84d6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84c4a188..4138092e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,6 @@ repos: - --no-github-actions - --no-gitpod - --no-prettierrc - - --no-version-branches - --repo-name=polarimetry - id: colab-toc-visible diff --git a/environment.yml b/environment.yml index 2964e36e..167a6912 100644 --- a/environment.yml +++ b/environment.yml @@ -9,5 +9,5 @@ dependencies: - pip: - -c .constraints/py3.9.txt -e .[dev] variables: - PRETTIER_LEGACY_CLI: "1" + PRETTIER_LEGACY_CLI: 1 PYTHONHASHSEED: 0