Skip to content

Commit f1ba70f

Browse files
committed
[EN-1398] test repository removed
1 parent 9346ba1 commit f1ba70f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publishpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ jobs:
7575
- name: Publish to PyPI
7676
if: success()
7777
run: |
78-
poetry config repositories.testpypi https://test.pypi.org/legacy/
79-
poetry publish -r testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
78+
poetry publish -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
8079
shell: bash

0 commit comments

Comments
 (0)