Skip to content

Commit 047df7b

Browse files
committed
Ensure reslease scripts publishes
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c3438eb commit 047df7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/scancode-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,11 @@ jobs:
465465
run: |
466466
ls -al dist
467467
468-
#- name: Create release and publish archives
469-
# uses: softprops/action-gh-release@v1
470-
# with:
471-
# draft: true
472-
# files: dist/*
468+
- name: Create release and publish archives
469+
uses: softprops/action-gh-release@v1
470+
with:
471+
draft: true
472+
files: dist/*
473473

474474

475475
publish_to_pypi:
@@ -504,7 +504,7 @@ jobs:
504504
run: |
505505
ls -al dist
506506
507-
#- name: Publish distributions to PyPI
508-
# uses: pypa/gh-action-pypi-publish@master
509-
# with:
510-
# password: ${{ secrets.PYPI_API_TOKEN }}
507+
- name: Publish distributions to PyPI
508+
uses: pypa/gh-action-pypi-publish@master
509+
with:
510+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)