We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7621 commit 132955dCopy full SHA for 132955d
1 file changed
.github/workflows/cd.yml
@@ -11,3 +11,6 @@ on:
11
jobs:
12
python-ci:
13
uses: epsy/python-workflows/.github/workflows/python-cd.yaml@main
14
+ secrets:
15
+ TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
16
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments