File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 ${{ matrix.tools }} : true
2828 args : ${{ matrix.args }}
29+
2930 publish :
3031 uses : ./.github/workflows/publish.yml
31-
32- # publish:
33- # runs-on: ubuntu-latest
34- # steps:
35- # - uses: actions/checkout@v2
36-
37- # - if: ${{ github.event_name == 'release' }}
38- # name: Publish Release to PyPi
39- # uses: dciborow/pyaction@0.0.28
40- # with:
41- # pypi_publish: true
42- # pypi_password: ${{ secrets.PYPI_PASSWORD }}
43-
44- # - if: ${{ github.event_name == 'push' }}
45- # name: Publish RC to PyPi
46- # uses: dciborow/pyaction@0.0.28
47- # with:
48- # pypi_publish: true
49- # pypi_password: ${{ secrets.PYPI_PASSWORD }}
50- # version_suffix: -rc${{ github.run_number }}-post${{ github.run_attempt }}
51-
52- # - if: ${{ github.event_name == 'pull_request' }}
53- # name: Publish Snapshot to TestPyPi
54- # uses: dciborow/pyaction@0.0.28
55- # with:
56- # pypi_publish: true
57- # pypi_password: ${{ secrets.TEST_PYPI_PASSWORD }}
58- # pypi_repo: testpypi
59- # version_suffix: -post${{ github.run_number }}-dev${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments