Skip to content

Commit e49d996

Browse files
Don't specify pypi as the respository in the release workflow, let it use the default.
1 parent e1a1f44 commit e49d996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.ARACHNID_SHIELD_SDK_PYPI_TOKEN }}
2222
run: |
23-
poetry publish --build --repository pypi
23+
poetry publish --build
2424
- name: Save built package.
2525
uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)