Skip to content
Snippets Groups Projects
Verified Commit 122ac2a6 authored by David Runge's avatar David Runge :chipmunk:
Browse files

fix: Remove use of --build from pdm publish as it is removed

parent 3aa490a4
No related branches found
No related tags found
1 merge request!157fix: Remove use of --build from pdm publish as it is removed
Pipeline #78236 failed
......@@ -175,7 +175,7 @@ pypi_publish:
rules:
- if: '$PDM_PUBLISH_PASSWORD && $CI_COMMIT_TAG && $CI_PROJECT_PATH == "archlinux/repod"'
script:
- pdm publish --build
- pdm publish
stage: publish
tags:
- secure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment