Update release.yml
This commit is contained in:
parent
3c232505f8
commit
1e3c69ea90
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -21,11 +21,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pdm-project/setup-pdm@v3
|
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
|
||||||
run: pdm publish
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
@ -35,6 +30,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
- uses: pdm-project/setup-pdm@v3
|
||||||
|
|
||||||
|
- name: Publish package distributions to PyPI
|
||||||
|
run: pdm publish
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#needs: release-pypi
|
#needs: release-pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user