We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a87341 commit 8c58fbcCopy full SHA for 8c58fbc
.github/workflows/publish-release.yml
@@ -52,18 +52,12 @@ jobs:
52
token: ${{ steps.app-token.outputs.token }}
53
release_url: ${{ steps.populate-release.outputs.release_url }}
54
55
- - name: Prepare for github package release and clean python packages
56
- id: clean-python-packages
57
- run: |
58
- set -eux
59
- rm dist/*.whl
60
- rm dist/*.gz
61
-
62
- name: Finalize Release for github packages
63
id: finalize-release-gh-packages
64
env:
65
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
NPM_REGISTRY: https://npm.pkg.github.com/
+ TWINE_COMMAND: "echo Skip python file with options "
67
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
68
with:
69
0 commit comments