Skip to content

Commit

Permalink
.gitlab-ci.conf: Add missing dependency for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coholic authored Jan 29, 2024
1 parent 739a491 commit c38fb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pypi:
- cp /keys/.pypirc ~/.pypirc
- virtualenv /tmp/env
- source /tmp/env/bin/activate
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine check-manifest build
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build check-manifest
- python -m build
- check-manifest .
- twine check dist/*
Expand Down

0 comments on commit c38fb20

Please sign in to comment.