Skip to content

Commit

Permalink
Removede tests from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Smat26 committed Jan 10, 2025
1 parent 832cc69 commit 692bcb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
run: |
twine check dist/*
- name: Run tests
run: |
pip install pytest
pip install -e .
pytest
- name: Publish to PyPI
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="mmcif_gen",
version="1.0.1",
version="1.0.2",
packages=find_packages(),
install_requires=[
"argparse",
Expand Down

0 comments on commit 692bcb2

Please sign in to comment.