We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f9e4e commit 141db2aCopy full SHA for 141db2a
1 file changed
.github/workflows/build_and_release.yml
@@ -60,8 +60,8 @@ jobs:
60
name: ${{ env.ARTIFACT_NAME_VSIX }}
61
path: ${{ env.VSIX_DIR }}/${{ env.VSIX_NAME }}
62
63
- - name: publish pypi package
64
- run: ./pw pdm publish
+ # - name: publish pypi package
+ # run: ./pw pdm publish
65
66
# https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
67
- name: Publish VSIX
0 commit comments