Skip to content

Commit 21c422f

Browse files
authored
Update ci.yml
1 parent 5c5a287 commit 21c422f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
runs-on: ubuntu-latest
4444
needs:
4545
- test
46-
env:
47-
PYPI_USERNAME: "__token__"
48-
PYPI_PASSWORD: "${{ secrets.PYPI_API_TOKEN }}"
4946
steps:
5047
- name: Checkout repository
5148
uses: actions/checkout@v4
@@ -88,5 +85,5 @@ jobs:
8885

8986
- name: Publish to PyPI
9087
run: |
91-
poetry config pypi-token.pypi "${PYPI_API_TOKEN}"
88+
poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
9289
poetry publish

0 commit comments

Comments
 (0)