Update release.yml

This commit is contained in:
涵曦 2024-09-02 09:09:49 +08:00 committed by GitHub
parent 3c232505f8
commit 1e3c69ea90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,6 @@ jobs:
with:
fetch-depth: 0
- uses: pdm-project/setup-pdm@v3
- name: Publish package distributions to PyPI
run: pdm publish
- uses: actions/setup-node@v3
with:
node-version: 16.x
@ -35,6 +30,11 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: pdm-project/setup-pdm@v3
- name: Publish package distributions to PyPI
run: pdm publish
build-image:
runs-on: ubuntu-latest
#needs: release-pypi