Skip to content

Commit

Permalink
publish pypi job
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 15, 2024
1 parent 4d1095f commit 6f4edf8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ env:
NODE_VERSION: '16' # Shipped with VS Code.

jobs:
publish_pypi:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
packages: write
pull-requests: read
steps:
- uses: actions/checkout@v2

- name: Get npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
- run: ./pw pdm publish

publish_extension:
runs-on: ubuntu-latest
name: Publish extension to marketplace
Expand Down

0 comments on commit 6f4edf8

Please sign in to comment.