Skip to content

Commit 8c58fbc

Browse files
Use dummy twine command to skip second publication (#11)
1 parent 9a87341 commit 8c58fbc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,12 @@ jobs:
5252
token: ${{ steps.app-token.outputs.token }}
5353
release_url: ${{ steps.populate-release.outputs.release_url }}
5454

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-
6255
- name: Finalize Release for github packages
6356
id: finalize-release-gh-packages
6457
env:
6558
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6659
NPM_REGISTRY: https://npm.pkg.github.com/
60+
TWINE_COMMAND: "echo Skip python file with options "
6761
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
6862
with:
6963
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)