Skip to content

Commit 9399f05

Browse files
chore(ci): use API token rather than username:password
1 parent f3d0adf commit 9399f05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
- name: Publish to pypi
5656
run: |
5757
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
58-
poetry config repositories.remote https://upload.pypi.org/legacy/
59-
poetry --no-interaction -v publish --build --repository remote
58+
poetry publish --build

0 commit comments

Comments
 (0)