File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments