Skip to content

Commit

Permalink
version bump; pypi two-form auth
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 29, 2023
1 parent 1ba5b01 commit 33f1b9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install twine build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m build
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ keywords:
- Expanding Bloom Filter
- Counting Cuckoo Filter
license: MIT
version: 0.5.8
date-released: '2023-06-19'
version: 0.5.9
date-released: '2023-12-28'
2 changes: 1 addition & 1 deletion probables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "barrust@gmail.com"
__license__ = "MIT"
__version__ = "0.5.8"
__version__ = "0.5.9"
__credits__ = [] # type: ignore
__url__ = "https://github.com/barrust/pyprobables"
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
Expand Down

0 comments on commit 33f1b9a

Please sign in to comment.