mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
temporarily disable pypi upload
This commit is contained in:
parent
898801ebda
commit
24113c81ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -272,7 +272,7 @@ jobs:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Upload to PyPi Windows
|
- name: Upload to PyPi Windows
|
||||||
if: matrix.BUILD_TYPE == 'build' && startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest'
|
if: matrix.BUILD_TYPE == 'disabled' && startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
env:
|
env:
|
||||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||||
|
@ -284,7 +284,7 @@ jobs:
|
||||||
twine upload --non-interactive --skip-existing --verbose dist/*
|
twine upload --non-interactive --skip-existing --verbose dist/*
|
||||||
|
|
||||||
- name: Upload to PyPi Linux/Mac OS
|
- name: Upload to PyPi Linux/Mac OS
|
||||||
if: matrix.BUILD_TYPE == 'build' && startsWith(github.ref, 'refs/tags/') && ( matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' )
|
if: matrix.BUILD_TYPE == 'disabled' && startsWith(github.ref, 'refs/tags/') && ( matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' )
|
||||||
env:
|
env:
|
||||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
|
|
Loading…
Reference in a new issue