We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4de86 commit a2c3c02Copy full SHA for a2c3c02
1 file changed
.github/workflows/ci_publish.yml
@@ -5,15 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v3
8
- - name: Set up Python
9
- uses: actions/setup-python@v3
+ - name: Publish python poetry package
+ uses: JRubics/poetry-publish@v1.15
10
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
18
- poetry version patch
19
- poetry publish --build
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments