File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -622,8 +622,8 @@ jobs:
622622 - test-rust
623623 - test-python-recorder
624624 - test-ui-tests
625- # - create-release
626- # if: startsWith(github.ref, 'refs/tags/')
625+ - create-release
626+ if : startsWith(github.ref, 'refs/tags/')
627627 runs-on : ubuntu-latest
628628 steps :
629629 - name : Download built distributions
@@ -637,12 +637,11 @@ jobs:
637637 with :
638638 packages_dir : dist
639639 repository-url : https://test.pypi.org/legacy/
640- verbose : true
641640
642- # - name: Publish to PyPI
643- # uses: pypa/gh-action-pypi-publish@release/v1
644- # with:
645- # packages_dir: dist
641+ - name : Publish to PyPI
642+ uses : pypa/gh-action-pypi-publish@release/v1
643+ with :
644+ packages_dir : dist
646645
647646 push-to-cachix :
648647 runs-on : [self-hosted, nixos]
You can’t perform that action at this time.
0 commit comments