Skip to content

Commit f6bebc5

Browse files
authored
Don't specify PyPI repository (#698)
1 parent 2376e4c commit f6bebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Publish to PyPI
2323
env:
2424
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
25-
run: poetry publish --build --repository=pypi
25+
run: poetry publish --build

0 commit comments

Comments
 (0)