[ci] Debug project variables

This commit is contained in:
Fabian 2022-09-28 02:37:22 +02:00
parent 0e94108e38
commit 7b20a6abef

View File

@ -70,11 +70,12 @@ package_windows:
pypi_package:
stage: deploy
environment: pypi
rules:
- if: $CI_COMMIT_TAG
#rules:
# - if: $CI_COMMIT_TAG
before_script:
- pip install twine
script:
- export
- twine upload dist/fime-*.whl
gitlab_package: