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:
465
465
run : |
466
466
ls -al dist
467
467
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/*
473
473
474
474
475
475
publish_to_pypi :
@@ -504,7 +504,7 @@ jobs:
504
504
run : |
505
505
ls -al dist
506
506
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