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

Commit

Permalink
switch to pure script (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl authored Oct 31, 2024
1 parent ffbcce1 commit 9774b29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.8"
- name: Build & Publish to PyPi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_publish_options: "--build"
run: |
pip install poetry
poetry publish --build --username="__token__" --password="${{ secrets.PYPI_TOKEN }}"

0 comments on commit 9774b29

Please sign in to comment.