1
0
forked from GitHub/gf-core

don't publish Python packages yet

This commit is contained in:
Krasimir Angelov
2023-05-31 08:53:39 +02:00
parent fb0f1db74d
commit bc0d7f8fd2

View File

@@ -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/*