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 4193c8d commit 560283dCopy full SHA for 560283d
.github/workflows/build.yml
@@ -1,7 +1,7 @@
1
---
2
name: Build
3
4
-on: # yamllint disable-line rule:truthy
+on: # yamllint disable-line rule:truthy
5
push:
6
branches:
7
- main
@@ -23,7 +23,7 @@ jobs:
23
uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
password: ${{ secrets.test_pypi_password }}
26
- repository_url: https://test.pypi.org/legacy/
+ repository_url: https://test.pypi.org/simple/
27
skip_existing: true
28
Documentation:
29
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
43
- name: Build the Documentation
44
run: make build-docs
45
- name: Deploy
46
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
47
48
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
49
publish_dir: ./site
0 commit comments