Skip to content

Commit

Permalink
Merge pull request #550 from digitalfabrik/circleci_fix_publish_package
Browse files Browse the repository at this point in the history
CircleCI: Fix `publish-package` step
  • Loading branch information
sascha11110 authored Nov 2, 2024
2 parents 564f90b + 059754c commit a3a1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
name: Publish lunes-cms package to (Test-)PyPI
command: |
source .venv/bin/activate
twine upload --non-interactive ./dist/lunes-cms-*.tar.gz
twine upload --non-interactive ./dist/lunes_cms-*.tar.gz
create-release:
docker:
- image: cimg/python:3.11
Expand Down

0 comments on commit a3a1f55

Please sign in to comment.