Skip to content

Commit

Permalink
Fixed dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
euxhenh committed Dec 26, 2021
1 parent 4a49bf3 commit 4d5806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
path: ./build/*.tar.gz
path: ./dist/*.tar.gz

upload_pypi:
name: Upload to pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
'name': 'multiset_multicover',
'description': 'MM is a package for running the greedy cover algorithm to perform multiset multicover.',
'license': 'MIT',
'version': '0.2',
'version': '0.21',
'author': 'Euxhen Hasanaj',
'author_email': 'ehasanaj@cs.cmu.edu',
'url': 'https://github.com/ferrocactus/multiset_multicover',
Expand Down

0 comments on commit 4d5806f

Please sign in to comment.