diff options
| author | 2024-01-26 14:06:50 +0800 | |
|---|---|---|
| committer | 2024-01-26 14:06:50 +0800 | |
| commit | 96e4c956d808cc8e3dbea497f6ea4ee36a742a08 (patch) | |
| tree | 5a96d240ce5d8bf02c0da848e381d9b593875fb3 /.github | |
| parent | 5652e9d089f084a7b838b0906406e431e6d396e9 (diff) | |
| download | infini-96e4c956d808cc8e3dbea497f6ea4ee36a742a08.tar.gz infini-96e4c956d808cc8e3dbea497f6ea4ee36a742a08.zip | |
Update python-publish.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-publish.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index da3e01b6..b07d8efd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -41,13 +41,11 @@ jobs: pdm run mike deploy --update-aliases "$DOC_VERSION" latest git push origin gh-pages - - run: | - pdm install - pdm publish + - name: Install dependencies + run: pdm install + + - run: pdm publish shell: bash - env: - PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }} - PDM_PUBLISH_USERNAME: ${{ secrets.PDM_PUBLISH_USERNAME }} # - name: Get Changelog # id: get-changelog |
