Skip to content

Commit a2c3c02

Browse files
authored
Update ci_publish.yml
1 parent 1d4de86 commit a2c3c02

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/ci_publish.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- name: Set up Python
9-
uses: actions/setup-python@v3
8+
- name: Publish python poetry package
9+
uses: JRubics/poetry-publish@v1.15
1010
with:
11-
python-version: '3.8'
12-
- name: Install dependencies
13-
run: |
14-
python -m pip install --upgrade pip
15-
pip install poetry
16-
- name: Build and Publish
17-
run: |
18-
poetry version patch
19-
poetry publish --build
11+
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)