Skip to content

ci: release pipeline (cutting, publishing) #9

ci: release pipeline (cutting, publishing)

ci: release pipeline (cutting, publishing) #9

Workflow file for this run

name: main
on:
pull_request:
push:
tags:
- "v*"
permissions:
id-token: write
jobs:
test-pypi-release:
uses: ./.github/workflows/build.yml
with:
registry-name: "testpypi"
registry-url: "https://test.pypi.org/legacy/"
package-url: "https://test.pypi.org/project/science-synapse/"
registry-token: ${{ secrets.TEST_PYPI_TOKEN }}

Check failure on line 19 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 19, Col: 23): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TEST_PYPI_TOKEN
# pypi-release:
# uses: ./.github/workflows/build.yml
# with:
# registry-name: "pypi"
# registry-url: "https://pypi.org/p/"
# package-url: "https://pypi.org/project/science-synapse/"
# registry-token: ${{ secrets.PYPI_TOKEN }}
# needs: test-pypi-release