This commit is contained in:
marko-kraemer 2024-10-31 22:28:54 +01:00
parent 60e18d8a84
commit a1094e7483
3 changed files with 4 additions and 10 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main ]
jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -23,6 +23,3 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest

View File

@ -26,9 +26,6 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
- name: Install dependencies
run: poetry install
- name: Build package
run: poetry build