We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548b4a1 commit ec35aa5Copy full SHA for ec35aa5
.github/workflows/on_push_branch.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
8
jobs:
9
- build-test:
+ unit-tests:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
@@ -26,4 +26,3 @@ jobs:
26
- name: Test
27
run: |
28
poetry run python -m pytest
29
-
.github/workflows/on_push_main.yml
@@ -51,4 +51,4 @@ jobs:
51
uses: peaceiris/actions-gh-pages@v3
52
with:
53
github_token: ${{ secrets.GITHUB_TOKEN }}
54
- publish_dir: docs/build
+ publish_dir: docs/build
.github/workflows/on_release.yml
@@ -23,4 +23,3 @@ jobs:
23
poetry version $(git describe --tags --abbrev=0)
24
poetry build
25
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
0 commit comments