Skip to content

Commit 0e8beba

Browse files
authored
Add pypi url
1 parent cc6ced7 commit 0e8beba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
run: poetry install
3939
- name: Publish to pypi
4040
run: |
41-
poetry config repositories.remote
41+
poetry config repositories.remote https://upload.pypi.org/legacy/
4242
poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
4343
env:
4444
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
45-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)