We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c3d3b commit 0e4ad1fCopy full SHA for 0e4ad1f
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
call-test-workflow:
16
#https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
17
uses: ./.github/workflows/run-tests.yml
18
+ secrets: inherit
19
20
release:
21
name: Create Release
@@ -55,17 +56,6 @@ jobs:
55
56
virtualenvs-in-project: true
57
installer-parallel: true
58
- # - name: build documentation
59
- # run: |
60
- # poetry install -E doc
61
- # poetry run mkdocs build
62
-
63
- # - name: publish documentation
64
- # uses: peaceiris/actions-gh-pages@v3
65
- # with:
66
- # personal_token: ${{ secrets.PERSONAL_TOKEN }}
67
- # publish_dir: ./site
68
69
- name: Build wheels and source tarball
70
run: >-
71
poetry build
0 commit comments