Skip to content

Commit

Permalink
Fix pypi upload (#213)
Browse files Browse the repository at this point in the history
This is a small branch to fix problem with uploading of wheels on PyPI.
  • Loading branch information
jncots authored Dec 20, 2024
1 parent b7d7035 commit d54ee6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Download files in artifact to "dist/" directory
uses: actions/[email protected]
with:
name: artifact
merge-multiple: true
path: dist

- name: Publish package to PyPI
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = chromo
version = 0.5.5
version = 0.5.6
author = Anatoli Fedynitch
maintainer_email = [email protected]
description = Hadronic Interaction Model interface in Python
Expand Down

0 comments on commit d54ee6e

Please sign in to comment.