[ci] Fix artifact path

This commit is contained in:
Fabian 2022-09-28 01:45:25 +02:00
parent 76a794e7ab
commit 0e94108e38

View File

@ -75,7 +75,7 @@ pypi_package:
before_script: before_script:
- pip install twine - pip install twine
script: script:
- twine upload dist/fime_*.whl - twine upload dist/fime-*.whl
gitlab_package: gitlab_package:
stage: deploy stage: deploy