Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed May 22, 2023
1 parent fec0fb6 commit 499c78a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,16 @@ TODO

TODO

# Uploading to PyPI
# Upload to PyPI (For most contributors)

Once the package is ready, do the following:

1. Update the `__version__` in `__version__.py`
2. Cut a release in the GitHub UI with the same version as what's in `__version__.py`

The github actions should then automatically push it to PyPI.

# Uploading to PyPI (Manual)

_For maintainers only. You can view the [docs](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives) to learn more._

Expand Down
2 changes: 1 addition & 1 deletion audit_repo_cloner/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = (
"Python CLI for cloning a repo and preparing it for audit report generation."
)
__version__ = "0.2.1"
__version__ = "0.2.2"
__author__ = "Cyfrin"
__license__ = "MIT"
__copyright__ = "Copyright 2023 Cyfrin"

0 comments on commit 499c78a

Please sign in to comment.