forked from GitHub/gf-core
don't publish Python packages yet
This commit is contained in:
12
.github/workflows/build-majestic.yml
vendored
12
.github/workflows/build-majestic.yml
vendored
@@ -360,9 +360,9 @@ jobs:
|
|||||||
name: python-windows
|
name: python-windows
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- name: Publish
|
# - name: Publish
|
||||||
env:
|
# env:
|
||||||
TWINE_USERNAME: __token__
|
# TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
# TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||||
run: |
|
# run: |
|
||||||
(cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*
|
# (cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user