Skip to content

Commit 51a03e3

Browse files
author
Adam Hardy
committed
fix publish action
1 parent 8a5943a commit 51a03e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Publish to PYPI
2525
run: |
2626
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
27-
poetry publish --build -r test-pypi
27+
poetry publish --build

0 commit comments

Comments
 (0)