Skip to content

Commit d7a7392

Browse files
authored
Update CI.yml
1 parent a6342b7 commit d7a7392

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)