We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5a287 commit 21c422fCopy full SHA for 21c422f
1 file changed
.github/workflows/ci.yml
@@ -43,9 +43,6 @@ jobs:
43
runs-on: ubuntu-latest
44
needs:
45
- test
46
- env:
47
- PYPI_USERNAME: "__token__"
48
- PYPI_PASSWORD: "${{ secrets.PYPI_API_TOKEN }}"
49
steps:
50
- name: Checkout repository
51
uses: actions/checkout@v4
@@ -88,5 +85,5 @@ jobs:
88
85
89
86
- name: Publish to PyPI
90
87
run: |
91
- poetry config pypi-token.pypi "${PYPI_API_TOKEN}"
+ poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
92
poetry publish
0 commit comments