Skip to content

Commit 560283d

Browse files
committed
ci: fix build pipeline
1 parent 4193c8d commit 560283d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build
33

4-
on: # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
55
push:
66
branches:
77
- main
@@ -23,7 +23,7 @@ jobs:
2323
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
password: ${{ secrets.test_pypi_password }}
26-
repository_url: https://test.pypi.org/legacy/
26+
repository_url: https://test.pypi.org/simple/
2727
skip_existing: true
2828
Documentation:
2929
runs-on: ubuntu-latest
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build the Documentation
4444
run: make build-docs
4545
- name: Deploy
46-
uses: peaceiris/actions-gh-pages@v3
46+
uses: peaceiris/actions-gh-pages@v4
4747
with:
4848
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
4949
publish_dir: ./site

0 commit comments

Comments
 (0)