Revert "[ci] Debug project variables"

This reverts commit 7b20a6abef.
This commit is contained in:
Fabian 2022-09-28 02:43:56 +02:00
parent 7b20a6abef
commit 8d332e1262

View File

@ -70,12 +70,11 @@ 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: