Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

chore: switch to script instead of poetry github action for publishing #8

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.8"
- name: Build & Publish to PyPi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_publish_options: "--build"
run: |
pip install poetry
poetry publish --build --username="__token__" --password="${{ secrets.PYPI_TOKEN }}"
MelvinKl marked this conversation as resolved.
Show resolved Hide resolved