Skip to content

Commit 0e4ad1f

Browse files
committed
fix GHA release script;
1 parent 74c3d3b commit 0e4ad1f

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
call-test-workflow:
1616
#https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
1717
uses: ./.github/workflows/run-tests.yml
18+
secrets: inherit
1819

1920
release:
2021
name: Create Release
@@ -55,17 +56,6 @@ jobs:
5556
virtualenvs-in-project: true
5657
installer-parallel: true
5758

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-
6959
- name: Build wheels and source tarball
7060
run: >-
7161
poetry build

0 commit comments

Comments
 (0)