Skip to content

Commit

Permalink
Trying Python 3.12 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 27, 2024
1 parent 71c917d commit bc3ddd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ tag-and-push: # tags the branch and pushes it

publish:
# scripts/publish
pip install dcicutils
poetry run publish-to-pypi

publish-for-ga:
# scripts/publish --noconfirm
pip install dcicutils
python -m dcicutils.scripts.publish_to_pypi --noconfirm

help:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicpyvcf"
version = "3.0.0.1b2" # TODO: To become 3.1.0
version = "3.0.0.1b3" # TODO: To become 3.1.0
description = "Variant Call Format (VCF) parser for Python"
# A VCFv4.0 and 4.1 parser for Python."
# Online version of PyVCF documentation is available at http://pyvcf.rtfd.org/
Expand Down

0 comments on commit bc3ddd9

Please sign in to comment.