Skip to content

Commit

Permalink
add publish to pypi manual script
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Apr 2, 2023
1 parent 237f30c commit 20138f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripts/publish_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Use this script to manually publish to PyPI!
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0

[metadata]
license_files = LICENSE.txt
Expand Down

0 comments on commit 20138f6

Please sign in to comment.