Skip to content

Commit de19ce9

Browse files
committed
Merge branch 'develop' into 'main'
Emergency release: Fixed typo in packaging command. See merge request experiment_analysis_all/software/montepy!115
2 parents 3f23f0c + 530d914 commit de19ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ packaging:
159159
- conda activate $CONDA_BASE_NAME-$PYTHON_VER
160160
- export PATH="~/.local/bin/:/data/gitlab-runner/.conda/envs/$CONDA_BASE_NAME-$PYTHON_VER/bin:$PATH"
161161
- pip install build twine
162-
- python -m build --sdists --wheel
162+
- python -m build --sdist --wheel
163163
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
164164

165165
only:

0 commit comments

Comments
 (0)