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

Commit 9774b29

Browse files
authored
switch to pure script (#8)
1 parent ffbcce1 commit 9774b29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: "3.8"
2020
- name: Build & Publish to PyPi
21-
uses: JRubics/[email protected]
22-
with:
23-
pypi_token: ${{ secrets.PYPI_TOKEN }}
24-
poetry_publish_options: "--build"
21+
run: |
22+
pip install poetry
23+
poetry publish --build --username="__token__" --password="${{ secrets.PYPI_TOKEN }}"
24+

0 commit comments

Comments
 (0)